Skip to content

Commit bc3d211

Browse files
authored
Merge pull request #280 from grokify/dependabot/github_actions/actions/setup-go-6
build(deps): bump actions/setup-go from 5 to 6
2 parents 82cd582 + effba00 commit bc3d211

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
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Install Go
1818
if: success()
19-
uses: actions/setup-go@v5
19+
uses: actions/setup-go@v6
2020
with:
2121
go-version: ${{ matrix.go-version }}
2222
- name: Checkout code

0 commit comments

Comments
 (0)