diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15df403..05e4e77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ on: env: # Common versions - GO_VERSION: '1.24.12' + GO_VERSION: '1.24.13' GOLANGCI_VERSION: 'v1.64.2' DOCKER_BUILDX_VERSION: 'v0.24.0' diff --git a/go.mod b/go.mod index 6f5f489..aaf4e52 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/upbound/function-claude -go 1.24.12 +go 1.24.13 require ( github.com/alecthomas/kong v0.9.0