Skip to content

Commit 9765cde

Browse files
committed
deps: bumped go mod to 1.25.1
1 parent a35f8ed commit 9765cde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/provider-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
goreleaser-release-args: --verbose --parallelism 1 --timeout 120m0s # parallelism set to match the number of free cores on the runner
8080

8181
release-notes: false
82-
setup-go-version: '1.24.5'
82+
setup-go-version: 'go.mod'
8383
git-ref: ${{ github.event.inputs.release_version || github.ref }}
8484

8585
release-notes:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/deploymenttheory/terraform-provider-microsoft365
22

3-
go 1.24.5
3+
go 1.25.1
44

55
require (
66
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.19.0

0 commit comments

Comments
 (0)