Skip to content

Commit a01b12e

Browse files
committed
ci: Trying to get the build to work.
1 parent 0690efa commit a01b12e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/release.yml

+6
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ jobs:
2828
with:
2929
fetch-depth: 0
3030

31+
- name: Install Go
32+
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
33+
with:
34+
go-version: '>= 1.21'
35+
cache: true
36+
3137
- name: Import GPG Signing Key
3238
uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef # v6.0.0
3339
id: import_gpg

.goreleaser.yml

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ dist: ./dist
55
# https://goreleaser.com/customization/reportsizes/
66
report_sizes: true
77

8-
before:
9-
hooks:
10-
- make tidy
11-
128
# https://goreleaser.com/customization/builds/
139
builds:
1410
- env:

0 commit comments

Comments
 (0)