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 359fc89 commit 82a0a6dCopy full SHA for 82a0a6d
.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