mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 04:27:39 +03:00
ci: fix yaml
This commit is contained in:
parent
12b27ea1b1
commit
cbc29ea4e5
2 changed files with 2 additions and 2 deletions
2
.github/workflows/dev-build-master.yml
vendored
2
.github/workflows/dev-build-master.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
- name: Setup Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: 1.20
|
||||
go-version: "1.20"
|
||||
|
||||
- name: Run build script
|
||||
env:
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Setup Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: 1.20
|
||||
go-version: "1.20"
|
||||
|
||||
- name: Run build script
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue