diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eda973c..ed207b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,9 +14,9 @@ on: env: # Common versions - GO_VERSION: '1.24.9' - GOLANGCI_VERSION: 'v2.1.5' - DOCKER_BUILDX_VERSION: 'v0.23.0' + GO_VERSION: '1.25.5' + GOLANGCI_VERSION: 'v2.8.0' + DOCKER_BUILDX_VERSION: 'v0.30.1' # These environment variables are important to the Crossplane CLI install.sh # script. They determine what version it installs. diff --git a/go.mod b/go.mod index ae4287f..da0c6da 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/upbound/function-msgraph go 1.24.9 -toolchain go1.24.10 +toolchain go1.25.5 require ( github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1