Skip to content

Commit 1bc02cd

Browse files
Update to Go 1.10 for travis and build to get t.Helper
1 parent 237f9d4 commit 1bc02cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22

33
go:
4-
- 1.8
4+
- "1.10"
55

66
before_install:
77
- go get github.com/alecthomas/gometalinter

hack/lib/constants.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
readonly OS_GO_PACKAGE=github.com/openshift/image-registry
66

7-
readonly OS_BUILD_ENV_GOLANG="${OS_BUILD_ENV_GOLANG:-1.8}"
7+
readonly OS_BUILD_ENV_GOLANG="${OS_BUILD_ENV_GOLANG:-1.10}"
88
readonly OS_BUILD_ENV_IMAGE="${OS_BUILD_ENV_IMAGE:-openshift/origin-release:golang-${OS_BUILD_ENV_GOLANG}}"
99
readonly OS_REQUIRED_GO_VERSION="go1.8"
1010
readonly OS_BUILD_ENV_WORKINGDIR="/go/src/${OS_GO_PACKAGE}"

0 commit comments

Comments
 (0)