Skip to content

Commit

Permalink
Merge pull request #5350 from crossplane/renovate/master-golang-1.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency golang to v1.22.0 (master)
  • Loading branch information
negz committed Feb 12, 2024
2 parents bd05c9e + 7426bfe commit d1fb568
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
# Common versions
GO_VERSION: '1.21.6'
GO_VERSION: '1.22.0'
GOLANGCI_VERSION: 'v1.55.2'
DOCKER_BUILDX_VERSION: 'v0.10.0'

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

env:
# Common versions
GO_VERSION: '1.21.6'
GO_VERSION: '1.22.0'

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

0 comments on commit d1fb568

Please sign in to comment.