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 ef2b39d commit 324b0b8Copy full SHA for 324b0b8
.github/workflows/go.yml
@@ -7,7 +7,7 @@ on:
7
branches: [master]
8
9
jobs:
10
- test-linux-go-1.12:
+ test-linux-go-1-12:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Test
21
run: go test -v ./...
22
- test-linux-go-1.16:
+ test-linux-go-1-16:
23
24
25
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
- test-linux-go-1.18:
+ test-linux-go-1-18:
35
36
37
0 commit comments