Skip to content

Commit 9a2390b

Browse files
chore(deps): update actions/setup-go action to v7
1 parent 3a6954a commit 9a2390b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
fetch-depth: 0
1414
- name: Set up Go
15-
uses: actions/setup-go@v6
15+
uses: actions/setup-go@v7
1616
with:
1717
go-version: 1.26
1818
- name: Run GoReleaser

.github/workflows/pages.yml

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- name: Set up Go
17-
uses: actions/setup-go@v6
17+
uses: actions/setup-go@v7
1818
with:
1919
go-version: 1.26
2020
- name: Run GoReleaser

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- name: Set up Go
16-
uses: actions/setup-go@v6
16+
uses: actions/setup-go@v7
1717
with:
1818
go-version: 1.26
1919

@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
fetch-depth: 0
5050
- name: Set up Go
51-
uses: actions/setup-go@v6
51+
uses: actions/setup-go@v7
5252
with:
5353
go-version: 1.26
5454
- name: Download result for build

0 commit comments

Comments
 (0)