mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-02-06 01:57:38 +01:00
update Golang version in actions workflow
This commit is contained in:
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.18
|
go-version: '1.19'
|
||||||
|
|
||||||
- name: Build Linux-amd64
|
- name: Build Linux-amd64
|
||||||
run: env GOOS=linux GOARCH=amd64 go build -v
|
run: env GOOS=linux GOARCH=amd64 go build -v
|
||||||
|
|||||||
Reference in New Issue
Block a user