Skip to content

Commit 769e945

Browse files
authored
Merge pull request #292 from mavimo/upgrade-go-used-in-ci
Use go 1.13 in CI and build artefacts
2 parents 4055cf5 + c54f8ba commit 769e945

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@ sudo: false
44

55
install: true
66

7-
env:
8-
- GO111MODULE=on
9-
107
go:
11-
- 1.11.x
8+
- 1.13.x
129
- tip
1310

1411
after_script:
@@ -25,13 +22,13 @@ jobs:
2522
- export DATACENTER=$(make detect-datacenter)
2623
- make test-all
2724
- make cleanup
28-
go: 1.11.x
25+
go: 1.13.x
2926
if: fork = false
3027

3128
- stage: Build
3229
script:
3330
- make build
34-
go: 1.11.x
31+
go: 1.13.x
3532
if: tag IS present
3633

3734
deploy:

0 commit comments

Comments
 (0)