Skip to content

Commit f0fc9f8

Browse files
authored
Merge pull request #67 from microcks/dependabot/github_actions/actions/setup-go-5
chore(deps): bump actions/setup-go from 2 to 5
2 parents 3aa2864 + db1f0ec commit f0fc9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: Setup Go
30-
uses: actions/setup-go@v2
30+
uses: actions/setup-go@v5
3131
with:
3232
go-version: '1.17.1'
3333

0 commit comments

Comments
 (0)