Skip to content

Commit

Permalink
feat: Update go version from 17 to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
YvesZelros committed Sep 1, 2023
1 parent 29bc743 commit 97ef755
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.17.8
go-version: 1.18.10

- name: Quality checks
run: make quality
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.17.8
go-version: 1.18.10

- name: Install git-chglog
run: go install github.com/git-chglog/git-chglog/cmd/git-chglog@latest
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM index.docker.io/golang:1.17@sha256:55636cf1983628109e569690596b85077f45aca810a77904e8afad48b49aa500
FROM index.docker.io/golang:1.18.10@sha256:312240b2b016c2eecb2e27a8a4265fcafe6612bd9ebd5befb42c21672ed003ee

ADD go.mod go.mod
ADD go.sum go.sum
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/argoproj-labs/argocd-vault-plugin

go 1.17
go 1.18

replace (
github.com/googleapis/gnostic v0.5.7 => github.com/googleapis/gnostic v0.5.5
Expand Down

0 comments on commit 97ef755

Please sign in to comment.