Skip to content

Commit 60fe627

Browse files
Update actions/setup-go action to v5
1 parent 7f73d77 commit 60fe627

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)