Skip to content

Commit 22365de

Browse files
Update actions/setup-go action to v5
1 parent 17f8e32 commit 22365de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# Install Go
4343
- name: Setup go
44-
uses: actions/setup-go@v4
44+
uses: actions/setup-go@v5
4545
with:
4646
go-version: ${{ matrix.go }}
4747

0 commit comments

Comments
 (0)