Skip to content

Commit 047598a

Browse files
chore(deps): update dependency go to v1.25.1
1 parent 8802300 commit 047598a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: actions/setup-go@v5
2525
with:
26-
go-version: '1.24.0'
26+
go-version: '1.25.1'
2727

2828
- name: Install Groovy
2929
run: sudo apt-get update && sudo apt-get install groovy -y

.github/workflows/update-go-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: '1.24.0'
16+
go-version: '1.25.1'
1717
- name: Perform update
1818
run: |
1919
git checkout -B gh-action-update-golang-dependencies

.github/workflows/upload-go-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: '1.24.0'
16+
go-version: '1.25.1'
1717
- env:
1818
CGO_ENABLED: 0
1919
run: |

.github/workflows/verify-go.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: styfle/[email protected]
1616
- uses: actions/setup-go@v5
1717
with:
18-
go-version: '1.24.0'
18+
go-version: '1.25.1'
1919
- name: Cache Golang Packages
2020
uses: actions/cache@v3
2121
with:
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/setup-go@v5
3636
with:
37-
go-version: '1.24.0'
37+
go-version: '1.25.1'
3838
- name: Cache Golang Packages
3939
uses: actions/cache@v3
4040
with:
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
- uses: actions/setup-go@v5
5656
with:
57-
go-version: '1.24.0'
57+
go-version: '1.25.1'
5858
- name: checkout
5959
uses: actions/checkout@v4
6060
with:
@@ -69,7 +69,7 @@ jobs:
6969
steps:
7070
- uses: actions/setup-go@v5
7171
with:
72-
go-version: '1.24.0'
72+
go-version: '1.25.1'
7373
- name: Cache Golang Packages
7474
uses: actions/cache@v3
7575
with:
@@ -89,7 +89,7 @@ jobs:
8989
steps:
9090
- uses: actions/setup-go@v5
9191
with:
92-
go-version: '1.24.0'
92+
go-version: '1.25.1'
9393
- name: Cache Golang Packages
9494
uses: actions/cache@v3
9595
with:

0 commit comments

Comments
 (0)