Skip to content

Commit 4a008d9

Browse files
chore(deps): update dependency go to v1.25.5 (#260)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2d518da commit 4a008d9

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@v6
2020
with:
21-
go-version: 1.24
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.24.0
44

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

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

0 commit comments

Comments
 (0)