Skip to content

Commit c1984b1

Browse files
committed
chore(go): Update go version from 1.17 to 1.18
Signed-off-by: Yves Galante <[email protected]>
1 parent 73d8f9a commit c1984b1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Please make sure that your PR fulfills the following requirements:
88
- [ ] Reviewed the guidelines for contributing to this repository
99
- [ ] The commit message follows the [Conventional Commits Guidelines](https://www.conventionalcommits.org/en/v1.0.0/#summary).
1010
- [ ] 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.
1212
- [ ] Docs have been added / updated
1313
- [ ] Optional. My organization is added to USERS.md.
1414

.github/workflows/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Go
4343
uses: actions/setup-go@v4
4444
with:
45-
go-version: 1.17.8
45+
go-version: 1.18.10
4646

4747
- name: Quality checks
4848
run: make quality

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@v4
2323
with:
24-
go-version: 1.17.8
24+
go-version: 1.18.10
2525

2626
- name: Install git-chglog
2727
run: go install github.com/git-chglog/git-chglog/cmd/git-chglog@latest

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM index.docker.io/golang:1.17@sha256:55636cf1983628109e569690596b85077f45aca810a77904e8afad48b49aa500
1+
FROM index.docker.io/golang:1.18.10@sha256:740324e52de766f230ad7113fac9028399d6e03af34883de625dc2230ef7927e
22

33
ADD go.mod go.mod
44
ADD go.sum go.sum

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/argoproj-labs/argocd-vault-plugin
22

3-
go 1.17
3+
go 1.18
44

55
replace (
66
github.com/googleapis/gnostic v0.5.7 => github.com/googleapis/gnostic v0.5.5

0 commit comments

Comments
 (0)