Skip to content

Commit f98080c

Browse files
committed
(#80) Build binaries using Go 1.12
1 parent d3308c3 commit f98080c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function git_branch_name() {
55
}
66

77
readonly BRANCH="${TRAVIS_BRANCH:-$(git_branch_name)}"
8-
readonly GO_VERSION="1.9"
8+
readonly GO_VERSION="1.12"
99
readonly GO_WORKSPACE="/usr/local/go/src/github.com/mdelapenya/lpn"
1010
readonly VERSION="$(cat ./VERSION.txt)"
1111

0 commit comments

Comments
 (0)