We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb39101 + 5fbf165 commit 07a4525Copy full SHA for 07a4525
.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ jobs:
12
with:
13
go-version: 1.18.x
14
- name: Checkout code
15
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
16
- name: Test
17
run: go test ./...
18
- name: Compile
0 commit comments