Skip to content

Commit

Permalink
update ci build
Browse files Browse the repository at this point in the history
Signed-off-by: smcavallo <smcavallo@hotmail.com>
  • Loading branch information
smcavallo committed May 17, 2024
1 parent 29db373 commit c0014b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on:

env:
# Common versions
GO_VERSION: '1.21'
GOLANGCI_VERSION: 'v1.54.2'
DOCKER_BUILDX_VERSION: 'v0.12.0'
GO_VERSION: '1.22'
GOLANGCI_VERSION: 'v1.58.1'
DOCKER_BUILDX_VERSION: 'v0.14.0'

# Common users. We can't run a step 'if secrets.XXX != ""' but we can run a
# step 'if env.XXX != ""', so we copy these to succinctly test whether
Expand Down

0 comments on commit c0014b3

Please sign in to comment.