Skip to content

Commit 4feb78a

Browse files
authored
Merge pull request #618 from BitcoinSchema/dependabot/github_actions/master/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents 4c52f67 + de3337f commit 4feb78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install package deps
2828
run: make ci
2929
- name: Set up Go
30-
uses: actions/setup-go@v5
30+
uses: actions/setup-go@v6
3131
with:
3232
go-version: 1.17
3333
- name: Run GoReleaser

0 commit comments

Comments
 (0)