Skip to content

Commit 70ad842

Browse files
Update dependency go
1 parent 636795e commit 70ad842

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: 1.22
21+
go-version: 1.25
2222

2323
- name: Pre-Build
2424
run: cd src

src/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module cluster
22

33
go 1.23.0
44

5-
toolchain go1.24.6
5+
toolchain go1.25.1
66

77
require (
88
github.com/apenella/go-ansible/v2 v2.2.0

0 commit comments

Comments
 (0)