diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9720be5..afdd900 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/go.mod b/go.mod index 06f6e67..c612701 100644 --- a/go.mod +++ b/go.mod @@ -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