Skip to content

Commit 09793ac

Browse files
Update actions/setup-go action to v5.0.1 (#52)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 42645ad commit 09793ac

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)