Compare commits

..

2 Commits

2 changed files with 4 additions and 3 deletions

View File

@ -23,7 +23,8 @@ jobs:
- name: Lint source code
run: |
make tools lint
rm -rf .bin
rm -rf .bin/
rm -rf dist/
- name: Create release tag
run: |

View File

@ -7,7 +7,7 @@ before:
builds:
- flags:
- -trimpath
- env:
env:
- CGO_ENABLED=0
goos:
- linux