Skip to content

Commit 1f55ad4

Browse files
author
Paul Kent
committed
goreleaser updates #3
1 parent 70405f6 commit 1f55ad4

File tree

4 files changed

+3
-196
lines changed

4 files changed

+3
-196
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
with:
2323
args: release
2424
env:
25-
GITHUB_TOKEN: ${{secrets.GITHUB_CUSTOM}}
25+
GITHUB_TOKEN: ${{secrets.REPOTOKEN}}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.10
1+
0.9.11

go.mod

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
module github.com/hornpolish/ky
22

3-
go 1.12
3+
go 1.16
44

55
require (
6-
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
7-
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
8-
github.com/cpuguy83/go-md2man v1.0.10 // indirect
9-
github.com/kr/pretty v0.2.1 // indirect
106
github.com/kylelemons/godebug v1.1.0
117
github.com/logrusorgru/aurora v2.0.3+incompatible
128
github.com/mattn/go-isatty v0.0.12
139
github.com/spf13/cobra v1.1.3
1410
github.com/udhos/equalfile v0.3.0
15-
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
16-
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
1711
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
1812
gopkg.in/yaml.v2 v2.4.0
1913
)

0 commit comments

Comments
 (0)