fix: workflow naming convention

This commit is contained in:
Gaukas Wang 2023-07-30 11:58:06 -06:00
parent b3e66bacdb
commit 2fbb293eef
No known key found for this signature in database
GPG key ID: 9E2F8986D76F8B5D
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ on:
jobs:
go_1.19:
go_1_19:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

View file

@ -11,7 +11,7 @@ on:
jobs:
go_1.20:
go_1_20:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

View file

@ -11,7 +11,7 @@ on:
jobs:
go_1.21rc3:
go_1_21rc3:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3