Skip to content

Commit

Permalink
Patch Go to v1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Doherty <[email protected]>
  • Loading branch information
chrisdoherty4 committed Apr 25, 2023
1 parent c52f984 commit 99fe715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
REGISTRY: quay.io
IMAGE: quay.io/${{ github.repository }}
CGO_ENABLED: 0
GO_VERSION: 1.19
GO_VERSION: "1.20"

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ linters-settings:
- name: waitgroup-by-value

unused:
go: "1.19"
go: "1.20"

issues:
# Excluding configuration per-path, per-linter, per-text and per-source
Expand Down

0 comments on commit 99fe715

Please sign in to comment.