We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f6d67 commit ad71974Copy full SHA for ad71974
.github/workflows/ci.yaml
@@ -38,8 +38,6 @@ jobs:
38
runs-on: ubuntu-latest
39
steps:
40
- uses: actions/checkout@v4
41
- with:
42
- fetch-tags: true
43
- uses: actions/setup-go@v5
44
with:
45
go-version-file: go.mod
@@ -64,14 +62,15 @@ jobs:
64
62
65
63
66
+ fetch-depth: 0
67
fetch-tags: true
68
- uses: actions/setup-go@v4
69
70
71
cache: true
72
- name: Build ${{ matrix.goos }} ${{ matrix.goarch }}
73
run: |
74
- env
+ env | sort
75
go build -v -trimpath \
76
-o build/adif-multitool-${{ matrix.goos }}-${{ matrix.goarch }}/ \
77
-ldflags "-X 'main.version=$(git describe --dirty --match='v[0-9]*')'" \
0 commit comments