File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22# Make sure to check the documentation at http://goreleaser.com
33project_name : hostctl
44
5- before :
6- hooks :
7- - go mod tidy
8-
95builds :
106 - id : hostctl
117 binary : hostctl
6258
6359brews :
6460 - name : hostctl
65- github :
61+ tap :
6662 owner : guumaster
6763 name : homebrew-tap
6864 homepage : https://github.com/guumaster/hostctl
Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
7676github.com/opencontainers/go-digest v1.0.0 /go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM =
7777github.com/opencontainers/image-spec v1.0.1 /go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0 =
7878github.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 =
8079github.com/pkg/errors v0.8.0 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
8180github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I =
8281github.com/pkg/errors v0.8.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
You can’t perform that action at this time.
0 commit comments