Skip to content

Commit d0b21bd

Browse files
committed
fix(ci): use go 1.11.4 to fix git export-subst causes hash mismatches (golang/go#28094)
1 parent df4bce5 commit d0b21bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22

33
go:
4-
- "1.11"
4+
- "1.11.4"
55

66
env:
77
- GO111MODULE=on
@@ -23,4 +23,4 @@ jobs:
2323
- docker build -t moiot/gravity-gatekeeper:${TRAVIS_TAG} -f Dockerfile.gatekeeper .
2424
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
2525
- docker push moiot/gravity-operator:${TRAVIS_TAG}
26-
- docker push moiot/gravity-gatekeeper:${TRAVIS_TAG}
26+
- docker push moiot/gravity-gatekeeper:${TRAVIS_TAG}n

0 commit comments

Comments
 (0)