Skip to content

Commit dd26ee8

Browse files
Update actions/setup-go action to v4
1 parent 0193fe2 commit dd26ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
java-version: ${{ matrix.java-version }}
4444
distribution: 'temurin'
4545
- name: Setup Go environment
46-
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # tag=v3.5.0
46+
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
4747
with:
4848
go-version: '1.19.x'
4949

0 commit comments

Comments
 (0)