mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 14:22:33 +03:00
debug: add go version
This commit is contained in:
parent
6a59874238
commit
65fb2bb2a6
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -11,6 +11,8 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '1.17'
|
||||
- name: Build
|
||||
run: GO111MODULE=on CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build .
|
||||
- name: Upload build
|
||||
|
Loading…
Reference in New Issue
Block a user