Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a54e475

Browse files
authoredOct 8, 2024
Update actions/setup-go action to v5
1 parent 680536d commit a54e475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test-go.yaml

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

1010
steps:
1111
- name: Setup go
12-
uses: actions/setup-go@v3
12+
uses: actions/setup-go@v5
1313
with:
1414
go-version: "^1.19.0"
1515

0 commit comments

Comments
 (0)
Please sign in to comment.