mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-04 12:37:35 +03:00
fix: workflow naming convention
This commit is contained in:
parent
b3e66bacdb
commit
2fbb293eef
3 changed files with 3 additions and 3 deletions
2
.github/workflows/go_1_19.yml
vendored
2
.github/workflows/go_1_19.yml
vendored
|
@ -11,7 +11,7 @@ on:
|
|||
|
||||
jobs:
|
||||
|
||||
go_1.19:
|
||||
go_1_19:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
2
.github/workflows/go_1_20.yml
vendored
2
.github/workflows/go_1_20.yml
vendored
|
@ -11,7 +11,7 @@ on:
|
|||
|
||||
jobs:
|
||||
|
||||
go_1.20:
|
||||
go_1_20:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
2
.github/workflows/go_1_21_rc3.yml
vendored
2
.github/workflows/go_1_21_rc3.yml
vendored
|
@ -11,7 +11,7 @@ on:
|
|||
|
||||
jobs:
|
||||
|
||||
go_1.21rc3:
|
||||
go_1_21rc3:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue