Skip to content

Commit 18665d0

Browse files
committed
fix goreleaser pipeline.
1 parent b141843 commit 18665d0

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
go-version: 1.14.x
2222

2323
- name: Run GoReleaser
24-
uses: goreleaser/goreleaser-action@v1.3.1
24+
uses: goreleaser/goreleaser-action@v2
2525
with:
2626
version: latest
2727
args: release --rm-dist

.goreleaser.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
# Make sure to check the documentation at http://goreleaser.com
33
project_name: hostctl
44

5-
before:
6-
hooks:
7-
- go mod tidy
8-
95
builds:
106
- id: hostctl
117
binary: hostctl
@@ -62,7 +58,7 @@ nfpms:
6258

6359
brews:
6460
- name: hostctl
65-
github:
61+
tap:
6662
owner: guumaster
6763
name: homebrew-tap
6864
homepage: https://github.com/guumaster/hostctl

go.sum

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
7676
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
7777
github.com/opencontainers/image-spec v1.0.1/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0=
7878
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
79-
github.com/pkg/errors v0.8.0 h1:WdK/asTD0HN+q6hsWO3/vpuAkAr+tw6aNJNDFFf0+qw=
8079
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
8180
github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=
8281
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

0 commit comments

Comments
 (0)