We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 636795e commit 70ad842Copy full SHA for 70ad842
.github/workflows/go.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Go
19
uses: actions/setup-go@v5
20
with:
21
- go-version: 1.22
+ go-version: 1.25
22
23
- name: Pre-Build
24
run: cd src
src/go.mod
@@ -2,7 +2,7 @@ module cluster
2
3
go 1.23.0
4
5
-toolchain go1.24.6
+toolchain go1.25.1
6
7
require (
8
github.com/apenella/go-ansible/v2 v2.2.0
0 commit comments