Skip to content

Commit 4c425ec

Browse files
authored
Merge pull request #80 from snorwin/dependabot/github_actions/actions/setup-go-5
Bump actions/setup-go from 4 to 5
2 parents 881aeaf + 96f4f19 commit 4c425ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Set up Go
15-
uses: actions/setup-go@v4
15+
uses: actions/setup-go@v5
1616
with:
1717
go-version: ^1.18
1818

0 commit comments

Comments
 (0)