Update go.yml

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

View file

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