Skip to content

Commit e6f7fc6

Browse files
chore(deps): update dependency go to v1.25.0
1 parent 06ea5ed commit e6f7fc6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup go
4040
uses: actions/setup-go@v5
4141
with:
42-
go-version: 1.24
42+
go-version: 1.25.0
4343
cache: false
4444

4545
- name: Setup hugo

.github/workflows/modules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup go
3030
uses: actions/setup-go@v5
3131
with:
32-
go-version: 1.24
32+
go-version: 1.25.0
3333
cache: false
3434

3535
- name: Setup hugo

claude/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/axivo/website/docs
22

3-
go 1.24
3+
go 1.25.0
44

55
require (
66
github.com/axivo/website/global v1.0.3 // indirect

docs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/axivo/website/docs
22

3-
go 1.24
3+
go 1.25.0
44

55
require (
66
github.com/axivo/website/global v1.0.3 // indirect

global/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/axivo/website/global
22

3-
go 1.24
3+
go 1.25.0

k3s-cluster/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/axivo/website/k3s-cluster
22

3-
go 1.24
3+
go 1.25.0
44

55
require (
66
github.com/axivo/website/global v1.0.3 // indirect

0 commit comments

Comments
 (0)