We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07459e9 commit 3dfbc4bCopy full SHA for 3dfbc4b
.github/workflows/checks.yml
@@ -51,6 +51,8 @@ jobs:
51
- name: Unshallow
52
run: git fetch --prune --unshallow
53
- uses: actions/setup-go@v5
54
+ with:
55
+ go-version-file: 'go.mod'
56
- name: Install GoReleaser
57
uses: goreleaser/goreleaser-action@v6
58
with:
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Set up Go
28
uses: actions/setup-go@v5
29
30
- go-version: '1.23'
31
32
- name: Import GPG key
33
id: import_gpg
go.mod
@@ -1,8 +1,8 @@
1
module github.com/CiscoDevNet/terraform-provider-aci/v2
2
3
-go 1.24.0
+go 1.25.0
4
5
-toolchain go1.24.5
+toolchain go1.25.8
6
7
require (
8
github.com/ciscoecosystem/aci-go-client/v2 v2.32.0
0 commit comments