Skip to content

Commit c8cb211

Browse files
chore(deps): update actions/setup-go action to v7
1 parent c3f1aae commit c8cb211

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v3
1010
with:
1111
fetch-depth: 2
12-
- uses: actions/setup-go@v3
12+
- uses: actions/setup-go@v7
1313
with:
1414
go-version: '1.18'
1515
- name: Run coverage

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: git fetch --force --tags
2727
-
2828
name: Set up Go
29-
uses: actions/setup-go@v3
29+
uses: actions/setup-go@v7
3030
with:
3131
go-version: 1.18
3232
-

0 commit comments

Comments
 (0)