We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ca6ddb + c9f7b65 commit 1b35565Copy full SHA for 1b35565
.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