mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-09-12 03:14:33 +00:00
ci: fix yaml
This commit is contained in:
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:
|
||||
|
Reference in New Issue
Block a user