Skip to content

Commit

Permalink
Update go and lint version github CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper committed Oct 16, 2023
1 parent 3e4eaf5 commit 0223c3d
Showing 1 changed file with 2 additions and 2 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.19'
GOLANGCI_VERSION: 'v1.50.0'
GO_VERSION: '1.21'
GOLANGCI_VERSION: 'v1.54.2'
DOCKER_BUILDX_VERSION: 'v0.8.2'

# Common users. We can't run a step 'if secrets.XXX != ""' but we can run a
Expand Down

0 comments on commit 0223c3d

Please sign in to comment.