Skip to content

Commit dce549b

Browse files
Bump actions/setup-go from 3 to 4 (#133)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61eb6cc commit dce549b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
curl -sL https://taskfile.dev/install.sh | sh
2727
2828
- name: Set up Go
29-
uses: actions/setup-go@v3
29+
uses: actions/setup-go@v4
3030
with:
3131
go-version: ${{ matrix.go }}
3232

0 commit comments

Comments
 (0)