debug: add go version

This commit is contained in:
Yanislav Igonin 2021-09-10 19:57:45 +03:00
parent 6a59874238
commit 65fb2bb2a6

View File

@ -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