We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42645ad commit 09793acCopy full SHA for 09793ac
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version: 16.x
17
cache: "npm"
18
- name: Setup Go environment
19
- uses: actions/setup-go@v5.0.0
+ uses: actions/setup-go@v5.0.1
20
with:
21
go-version: "^1.18.0"
22
- name: Setup Python
0 commit comments