Skip to content

Commit f3220ce

Browse files
authored
chore(deps): update actions/setup-go action to v4 (#193)
1 parent aadefa5 commit f3220ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conformance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
java-version: ${{ matrix.java }}
3333

3434
- name: Setup Go
35-
uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2.2.0
35+
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
3636
with:
3737
go-version: '1.16'
3838

0 commit comments

Comments
 (0)