mirror of
https://github.com/criyle/go-judge.git
synced 2025-11-04 14:50:02 +08:00
github: update go version to 1.20
This commit is contained in:
parent
348abdaf53
commit
a23ea1c625
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
name: Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.20
|
||||
go-version: '1.20'
|
||||
-
|
||||
name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v3
|
||||
@ -70,7 +70,7 @@ jobs:
|
||||
- name: Set up Go 1.20
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.20
|
||||
go-version: '1.20'
|
||||
- name: Check out
|
||||
uses: actions/checkout@v3
|
||||
- name: Get git tag ref
|
||||
|
||||
Loading…
Reference in New Issue
Block a user