Skip to content

Commit fb08e31

Browse files
authored
chore(ci): bump actions/setup-go from 5 to 6 (#143)
Signed-off-by: Aofei Sheng <[email protected]>
1 parent d79e26e commit fb08e31

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828
- name: Set up Go
29-
uses: actions/setup-go@v5
29+
uses: actions/setup-go@v6
3030
with:
3131
go-version: 1.25.x
3232
- name: Set up QEMU

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Check out code
1515
uses: actions/checkout@v5
1616
- name: Set up Go
17-
uses: actions/setup-go@v5
17+
uses: actions/setup-go@v6
1818
with:
1919
go-version: ${{matrix.go}}
2020
- name: Download Go modules
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
fetch-depth: 0
3838
- name: Set up Go
39-
uses: actions/setup-go@v5
39+
uses: actions/setup-go@v6
4040
with:
4141
go-version: 1.25.x
4242
- name: Download Go modules
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
fetch-depth: 0
6969
- name: Set up Go
70-
uses: actions/setup-go@v5
70+
uses: actions/setup-go@v6
7171
with:
7272
go-version: 1.25.x
7373
- name: Set up QEMU

0 commit comments

Comments
 (0)