Skip to content

Commit 324b0b8

Browse files
committed
fix(workflows): remove dot from version number in unit test name
1 parent ef2b39d commit 324b0b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [master]
88

99
jobs:
10-
test-linux-go-1.12:
10+
test-linux-go-1-12:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Test
2121
run: go test -v ./...
22-
test-linux-go-1.16:
22+
test-linux-go-1-16:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v2
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Test
3333
run: go test -v ./...
34-
test-linux-go-1.18:
34+
test-linux-go-1-18:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)