diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33c0d77..f037b53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ on: env: # Common versions - GO_VERSION: '1.25.8' + GO_VERSION: '1.25.9' GOLANGCI_VERSION: 'v2.11.4' DOCKER_BUILDX_VERSION: 'v0.24.0' diff --git a/go.mod b/go.mod index 4ff8f3d..95d0315 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/upbound/function-openai -go 1.25.8 +go 1.25.9 require ( github.com/alecthomas/kong v1.4.0