mirror of
https://github.com/TeamPiped/instances-api.git
synced 2024-08-14 23:57:19 +00:00
Use latest stable version of golang.
This commit is contained in:
parent
cc32f3c99b
commit
8858c65ef7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -19,5 +19,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
check-latest: true
|
check-latest: true
|
||||||
cache: true
|
cache: true
|
||||||
|
go-version: "stable"
|
||||||
- name: Build app
|
- name: Build app
|
||||||
run: go build -o app
|
run: go build -o app
|
||||||
|
|
Loading…
Reference in a new issue