Skip to content

Commit

Permalink
Patch Go to v1.20 (#249)
Browse files Browse the repository at this point in the history
## Summary

Update Go requirement to v1.20.
  • Loading branch information
mergify[bot] committed May 3, 2023
2 parents aa7742b + f545182 commit bae3321
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 bae3321

Please sign in to comment.