File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Please make sure that your PR fulfills the following requirements:
8
8
- [ ] Reviewed the guidelines for contributing to this repository
9
9
- [ ] The commit message follows the [ Conventional Commits Guidelines] ( https://www.conventionalcommits.org/en/v1.0.0/#summary ) .
10
10
- [ ] Tests for the changes have been updated
11
- - [ ] Are you adding dependencies? If so, please run ` go mod tidy -compat=1.17 ` to ensure only the minimum is pulled in.
11
+ - [ ] Are you adding dependencies? If so, please run ` go mod tidy -compat=1.18 ` to ensure only the minimum is pulled in.
12
12
- [ ] Docs have been added / updated
13
13
- [ ] Optional. My organization is added to USERS.md.
14
14
Original file line number Diff line number Diff line change 42
42
- name : Set up Go
43
43
uses : actions/setup-go@v4
44
44
with :
45
- go-version : 1.17.8
45
+ go-version : 1.18.10
46
46
47
47
- name : Quality checks
48
48
run : make quality
Original file line number Diff line number Diff line change 21
21
- name : Set up Go
22
22
uses : actions/setup-go@v4
23
23
with :
24
- go-version : 1.17.8
24
+ go-version : 1.18.10
25
25
26
26
- name : Install git-chglog
27
27
run : go install github.com/git-chglog/git-chglog/cmd/git-chglog@latest
Original file line number Diff line number Diff line change 1
- FROM index.docker.io/golang:1.17 @sha256:55636cf1983628109e569690596b85077f45aca810a77904e8afad48b49aa500
1
+ FROM index.docker.io/golang:1.18.10 @sha256:740324e52de766f230ad7113fac9028399d6e03af34883de625dc2230ef7927e
2
2
3
3
ADD go.mod go.mod
4
4
ADD go.sum go.sum
Original file line number Diff line number Diff line change 1
1
module github.com/argoproj-labs/argocd-vault-plugin
2
2
3
- go 1.17
3
+ go 1.18
4
4
5
5
replace (
6
6
github.com/googleapis/gnostic v0.5.7 => github.com/googleapis/gnostic v0.5.5
You can’t perform that action at this time.
0 commit comments