From baa84940a277e7f4ed0b4b00d301a6ec31e9a24e Mon Sep 17 00:00:00 2001 From: Kamil Samigullin Date: Mon, 4 Mar 2019 16:43:07 +0300 Subject: [PATCH] bump go version to 1.12.x --- .goreleaser.yml | 4 ++-- .travis.yml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index c57c736..cbdeed1 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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 diff --git a/.travis.yml b/.travis.yml index 84c82c0..ed6ad86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ go: - master - 1.x - 1.11.x +- 1.12.x sudo: false @@ -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