Skip to content

Commit 21d9db1

Browse files
authored
chore(deps): update actions/setup-go action to v4 (#236)
1 parent 82081c4 commit 21d9db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: python -m pip install -e .
2929

3030
- name: Setup Go
31-
uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2.2.0
31+
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
3232
with:
3333
go-version: '1.16'
3434

0 commit comments

Comments
 (0)