Skip to content

Commit

Permalink
fix: workflow naming convention (#204)
Browse files Browse the repository at this point in the history
expecting failing Go 1.20+ builds...
  • Loading branch information
gaukas committed Jul 30, 2023
1 parent b3e66ba commit e036edb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go_1_19.yml
Expand Up @@ -11,7 +11,7 @@ on:

jobs:

go_1.19:
go_1_19:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go_1_20.yml
Expand Up @@ -11,7 +11,7 @@ on:

jobs:

go_1.20:
go_1_20:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go_1_21_rc3.yml
Expand Up @@ -11,7 +11,7 @@ on:

jobs:

go_1.21rc3:
go_1_21rc3:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e036edb

Please sign in to comment.