Skip to content

Commit

Permalink
goreleaser latest version (1.7) introduced breaking changes requiring…
Browse files Browse the repository at this point in the history
… Go1.18

- Pinning to v1.6.3 until the repo supports Go 1.18
  • Loading branch information
dikhan committed Apr 9, 2022
1 parent 89a249c commit da6d2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
- TF_VERSION=0.13.6 PERFORM_DOCKER_LOGIN=true GO111MODULE=on

install:
- go install github.com/goreleaser/goreleaser@latest
- go install github.com/goreleaser/goreleaser@v1.6.3
- wget https://releases.hashicorp.com/terraform/"$TF_VERSION"/terraform_"$TF_VERSION"_linux_amd64.zip
- unzip terraform_"$TF_VERSION"_linux_amd64.zip
- sudo mv terraform /usr/local/bin/
Expand Down

0 comments on commit da6d2dd

Please sign in to comment.