Skip to content

Commit

Permalink
travis: use newer go version for -trimpath fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
costela committed Nov 26, 2019
1 parent b36e279 commit 8fd046f
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 @@ -43,7 +43,7 @@ jobs:
script: make e2e
- stage: release
script: make release GOARCHES="amd64 arm arm64"
go: "1.13.1" # explicit version to ease reproducibility
go: "1.13.4" # explicit version to ease reproducibility
if: tag IS present
deploy:
provider: releases
Expand Down

0 comments on commit 8fd046f

Please sign in to comment.