Skip to content

Commit

Permalink
Use GO 1.21.6 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
koendelaat committed Jan 31, 2024
1 parent 69e0119 commit 64bc14f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:

env:
# Common versions
GO_VERSION: '1.20.10'
GOLANGCI_VERSION: 'v1.51.1'
GO_VERSION: '1.21.6'
GOLANGCI_VERSION: 'v1.55.2'
DOCKER_BUILDX_VERSION: 'v0.8.2'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
# Common versions
GO_VERSION: '1.20.1'
GO_VERSION: '1.21.6'
GOLANGCI_VERSION: 'v1.51.1'
DOCKER_BUILDX_VERSION: 'v0.8.2'

Expand Down

0 comments on commit 64bc14f

Please sign in to comment.