Skip to content

Commit 6911a98

Browse files
Update dependency go to v1.25.5 (#37)
* Update dependency go to v1.25.5 * Update CI versions Signed-off-by: Yury Tsarev <yury@upbound.io> --------- Signed-off-by: Yury Tsarev <yury@upbound.io> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yury Tsarev <yury@upbound.io>
1 parent 7af1d20 commit 6911a98

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ on:
1414

1515
env:
1616
# Common versions
17-
GO_VERSION: '1.24.9'
18-
GOLANGCI_VERSION: 'v2.1.5'
19-
DOCKER_BUILDX_VERSION: 'v0.23.0'
17+
GO_VERSION: '1.25.5'
18+
GOLANGCI_VERSION: 'v2.8.0'
19+
DOCKER_BUILDX_VERSION: 'v0.30.1'
2020

2121
# These environment variables are important to the Crossplane CLI install.sh
2222
# script. They determine what version it installs.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/upbound/function-msgraph
22

33
go 1.24.9
44

5-
toolchain go1.24.10
5+
toolchain go1.25.5
66

77
require (
88
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1

0 commit comments

Comments
 (0)