Skip to content

Commit

Permalink
Merge pull request #333 from dikhan/pin-gorelease-version-v1.6.3
Browse files Browse the repository at this point in the history
[BugFix: Issue #335] goreleaser latest version (1.7) introduced breaking changes requiring Go1.18
  • Loading branch information
dikhan committed Apr 9, 2022
2 parents 89a249c + da6d2dd commit 3599791
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 3599791

Please sign in to comment.