Skip to content

Commit 8710712

Browse files
authored
Merge pull request #18 from devilcove/dependabot/github_actions/master/actions/setup-go-5
Bump actions/setup-go from 4 to 5
2 parents 044d0fe + a6d42fc commit 8710712

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildandtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
- name: Set up Go
17-
uses: actions/setup-go@v4
17+
uses: actions/setup-go@v5
1818
with:
1919
go-version: 1.18
2020

0 commit comments

Comments
 (0)