Skip to content

Commit a54e475

Browse files
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

+1-1
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)