Skip to content

Commit 3dfbc4b

Browse files
committed
[minor_change] Upgrade go version to 1.25
1 parent 07459e9 commit 3dfbc4b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
- name: Unshallow
5252
run: git fetch --prune --unshallow
5353
- uses: actions/setup-go@v5
54+
with:
55+
go-version-file: 'go.mod'
5456
- name: Install GoReleaser
5557
uses: goreleaser/goreleaser-action@v6
5658
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Go
2828
uses: actions/setup-go@v5
2929
with:
30-
go-version: '1.23'
30+
go-version-file: 'go.mod'
3131

3232
- name: Import GPG key
3333
id: import_gpg

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/CiscoDevNet/terraform-provider-aci/v2
22

3-
go 1.24.0
3+
go 1.25.0
44

5-
toolchain go1.24.5
5+
toolchain go1.25.8
66

77
require (
88
github.com/ciscoecosystem/aci-go-client/v2 v2.32.0

0 commit comments

Comments
 (0)