Skip to content

Commit 581e451

Browse files
authored
Merge pull request #63 from snorwin/dependabot/github_actions/actions/setup-go-4
Bump actions/setup-go from 3 to 4
2 parents 95b4b2a + 35ecebd commit 581e451

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@v3
15+
uses: actions/setup-go@v4
1616
with:
1717
go-version: ^1.18
1818

0 commit comments

Comments
 (0)