Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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/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
Expand Down
Loading