We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0690efa commit a01b12eCopy full SHA for a01b12e
.github/workflows/release.yml
@@ -28,6 +28,12 @@ jobs:
28
with:
29
fetch-depth: 0
30
31
+ - name: Install Go
32
+ uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
33
+ with:
34
+ go-version: '>= 1.21'
35
+ cache: true
36
+
37
- name: Import GPG Signing Key
38
uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef # v6.0.0
39
id: import_gpg
.goreleaser.yml
@@ -5,10 +5,6 @@ dist: ./dist
5
# https://goreleaser.com/customization/reportsizes/
6
report_sizes: true
7
8
-before:
9
- hooks:
10
- - make tidy
11
-
12
# https://goreleaser.com/customization/builds/
13
builds:
14
- env:
0 commit comments