Skip to content

Commit 3802828

Browse files
Update actions/setup-go action to v5.0.1
1 parent 2875d59 commit 3802828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: 16.x
1717
cache: "npm"
1818
- name: Setup Go environment
19-
uses: actions/setup-go@v5.0.0
19+
uses: actions/setup-go@v5.0.1
2020
with:
2121
go-version: "^1.18.0"
2222
- name: Setup Python

0 commit comments

Comments
 (0)