Skip to content

Commit

Permalink
Prepair v1.7.1 Release.
Browse files Browse the repository at this point in the history
GoReleaser apparently failed to upload the binaries for the 1.7.0
release. This fixes an issue encountered in the goreleaser.yml file
and prepairs for a v1.7.1 release.
  • Loading branch information
rhass committed Jan 4, 2022
1 parent 2a50d5c commit dbcbb00
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ builds:
goarch: 386
ldflags: -s -w -X main.version={{.Env.VERSION }} -X main.commit={{.Commit}} -X main.owner={{.Env.OWNER}} -X main.repo={{.Env.REPO}} -X main.built={{.Env.BUILT}}
binary: ecctl
lang: go
archives:
- name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm}}v{{ .Arm }}{{ end }}'
format: tar.gz
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SHELL := /bin/bash
export VERSION ?= v1.7.0
export VERSION ?= v1.7.1
export GO111MODULE ?= on
export GOBIN = $(shell pwd)/bin
BINARY := ecctl
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/docker/go-units v0.3.3/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
github.com/docker/go-units v0.4.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
github.com/elastic/cloud-sdk-go v1.6.0 h1:36QvageyFclMWaGntmm614IvF4ZefMMvJMMVnuLqiYI=
github.com/elastic/cloud-sdk-go v1.6.0/go.mod h1:1ac5hRHgP6RRs+bxpbGrd5AooZzPZhLMskT/78geebg=
github.com/elastic/cloud-sdk-go v1.7.0 h1:qoNK2u38T4nIGQb2XOWv+CVHKxO6sLpay6Q56SV8CCA=
github.com/elastic/cloud-sdk-go v1.7.0/go.mod h1:1ac5hRHgP6RRs+bxpbGrd5AooZzPZhLMskT/78geebg=
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
Expand Down

0 comments on commit dbcbb00

Please sign in to comment.