We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca6ddb commit c9f7b65Copy full SHA for c9f7b65
.github/workflows/pr.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
go-version: 1.17.x
16
- name: Check out code into the Go module directory
17
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
18
- name: run tests
19
run: |
20
export GOPATH=$HOME/go
0 commit comments