Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
bump go version to 1.12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Mar 4, 2019
1 parent cfd4c76 commit baa8494
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ archive:
format: zip
name_template: "{{.Binary}}_{{.Version}}_{{.Os}}-{{.Arch}}"
replacements:
386: 32bit
amd64: 64bit
386: 32bit
amd64: 64bit

darwin: macOS
linux: Linux
Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ go:
- master
- 1.x
- 1.11.x
- 1.12.x

sudo: false

Expand All @@ -16,7 +17,7 @@ script:

after_success:
- echo $TRAVIS_GO_VERSION ":" $TRAVIS_TAG
- if [[ $TRAVIS_GO_VERSION == 1.11* ]] && [ -n "$TRAVIS_TAG" ]; then curl -sL https://git.io/goreleaser | bash; fi
- if [[ $TRAVIS_GO_VERSION == 1.12* ]] && [ -n "$TRAVIS_TAG" ]; then curl -sL https://git.io/goreleaser | bash; fi

notifications:
slack: octolab:1eMS7IqOArBipiu31jYVd0cN
Expand Down

0 comments on commit baa8494

Please sign in to comment.