Skip to content

Commit 74ccf1b

Browse files
chore(deps): update actions/setup-go action to v6
1 parent 66997b8 commit 74ccf1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Set up Go 1.22
12-
uses: actions/setup-go@v5
12+
uses: actions/setup-go@v6
1313
with:
1414
go-version: 1.26
1515

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ref: ${{ github.head_ref }}
2626

2727
- name: Set up Go
28-
uses: actions/setup-go@v5
28+
uses: actions/setup-go@v6
2929
with:
3030
go-version: '1.26'
3131
cache: true
@@ -62,7 +62,7 @@ jobs:
6262
ref: ${{ github.head_ref }}
6363

6464
- name: Set up Go
65-
uses: actions/setup-go@v5
65+
uses: actions/setup-go@v6
6666
with:
6767
go-version: '1.26'
6868
cache: true

0 commit comments

Comments
 (0)