Skip to content

Commit

Permalink
fix(workflows): remove dot from version number in unit test name
Browse files Browse the repository at this point in the history
  • Loading branch information
go-compile committed Nov 20, 2022
1 parent ef2b39d commit 324b0b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [master]

jobs:
test-linux-go-1.12:
test-linux-go-1-12:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -19,7 +19,7 @@ jobs:

- name: Test
run: go test -v ./...
test-linux-go-1.16:
test-linux-go-1-16:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -31,7 +31,7 @@ jobs:

- name: Test
run: go test -v ./...
test-linux-go-1.18:
test-linux-go-1-18:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 324b0b8

Please sign in to comment.