File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4949 command : go run ./cmd/caralint completers/*/cmd/*.go
5050 release :
5151 docker :
52- - image : circleci/golang:1.15
52+ - image : circleci/golang:1.16
5353 steps :
5454 - checkout
5555 - run : cd cmd/carapace && go generate ./... && curl -sL https://git.io/goreleaser | bash
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
22
33services :
44 build : &base
5- image : rsteube/carapace:0.5.1
5+ image : rsteube/carapace:0.6.3
66 command : sh -c 'sh -c "cd /carapace-bin/cmd/carapace && go generate ./... && go build -ldflags=\"-s -w\" ."'
77 environment :
88 TARGET : /carapace-bin/cmd/carapace/carapace
Original file line number Diff line number Diff line change 11module github.com/rsteube/carapace-bin
22
3- go 1.15
3+ go 1.16
44
55require (
66 github.com/mitchellh/go-homedir v1.1.0
77 github.com/mitchellh/go-ps v1.0.0
88 github.com/pelletier/go-toml v1.8.1
9- github.com/rsteube/carapace v0.6.2
9+ github.com/rsteube/carapace v0.6.3
1010 github.com/spf13/cobra v1.1.1
1111 github.com/spf13/pflag v1.0.5
1212 golang.org/x/sys v0.0.0-20210426230700-d19ff857e887
Original file line number Diff line number Diff line change @@ -148,8 +148,8 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z
148148github.com/prometheus/tsdb v0.7.1 /go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU =
149149github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af /go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg =
150150github.com/rogpeppe/go-internal v1.3.0 /go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4 =
151- github.com/rsteube/carapace v0.6.2 h1:wNaHxugG2iA6nMUG+VLT2Ppw01yslWvE4YAacOhdKzs =
152- github.com/rsteube/carapace v0.6.2 /go.mod h1:Vo7qSmFjuOTjB3cEyyat0+ANvVHlS0HR4NhIdAN07vM =
151+ github.com/rsteube/carapace v0.6.3 h1:F0dssnR471LVnyP7rUwBE248JXwyTfO6bDBtdMxm5kg =
152+ github.com/rsteube/carapace v0.6.3 /go.mod h1:Vo7qSmFjuOTjB3cEyyat0+ANvVHlS0HR4NhIdAN07vM =
153153github.com/russross/blackfriday/v2 v2.0.1 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
154154github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f /go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts =
155155github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 /go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc =
You can’t perform that action at this time.
0 commit comments