Update go.yml

This commit is contained in:
netbenix 2021-11-18 19:47:01 +01:00 committed by GitHub
parent 65abc7c609
commit 1c56a740e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
with:
go-version: 1.17
- name: Build
run: go build -v ./... -o scabiosa
run: go build -o scabiosa -v ./...
- name: Bump version and push tag
id: tag_version