Skip to content

Commit

Permalink
Merge pull request #18 from crossplane-contrib/renovate/go-1.x
Browse files Browse the repository at this point in the history
Update dependency go to v1.23.0
  • Loading branch information
stevendborrelli authored Aug 16, 2024
2 parents dd74e6b + 7d4ff86 commit 1a16bed
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 @@ -14,8 +14,8 @@ on:

env:
# Common versions
GO_VERSION: '1.22.3'
GOLANGCI_VERSION: 'v1.55.2'
GO_VERSION: '1.23.0'
GOLANGCI_VERSION: 'v1.60.1'
DOCKER_BUILDX_VERSION: 'v0.11.2'

# These environment variables are important to the Crossplane CLI install.sh
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/stevendborrelli/function-unit-test

go 1.22.0

toolchain go1.22.3
toolchain go1.23.0

require (
github.com/alecthomas/kong v0.9.0
Expand Down

0 comments on commit 1a16bed

Please sign in to comment.