We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237f9d4 commit 1bc02cdCopy full SHA for 1bc02cd
.travis.yml
@@ -1,7 +1,7 @@
1
language: go
2
3
go:
4
- - 1.8
+ - "1.10"
5
6
before_install:
7
- go get github.com/alecthomas/gometalinter
hack/lib/constants.sh
@@ -4,7 +4,7 @@
readonly OS_GO_PACKAGE=github.com/openshift/image-registry
-readonly OS_BUILD_ENV_GOLANG="${OS_BUILD_ENV_GOLANG:-1.8}"
+readonly OS_BUILD_ENV_GOLANG="${OS_BUILD_ENV_GOLANG:-1.10}"
8
readonly OS_BUILD_ENV_IMAGE="${OS_BUILD_ENV_IMAGE:-openshift/origin-release:golang-${OS_BUILD_ENV_GOLANG}}"
9
readonly OS_REQUIRED_GO_VERSION="go1.8"
10
readonly OS_BUILD_ENV_WORKINGDIR="/go/src/${OS_GO_PACKAGE}"
0 commit comments