Compare commits
3 Commits
v20220307.
...
v20220307.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3c17eded13 | ||
|
|
d3a3969aee | ||
|
|
7f01d016a4 |
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@@ -23,6 +23,8 @@ jobs:
|
|||||||
- name: Lint source code
|
- name: Lint source code
|
||||||
run: |
|
run: |
|
||||||
make tools lint
|
make tools lint
|
||||||
|
rm -rf .bin/
|
||||||
|
rm -rf dist/
|
||||||
|
|
||||||
- name: Create release tag
|
- name: Create release tag
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ before:
|
|||||||
builds:
|
builds:
|
||||||
- flags:
|
- flags:
|
||||||
- -trimpath
|
- -trimpath
|
||||||
- env:
|
env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
|
|||||||
Reference in New Issue
Block a user