Skip to content

Commit 744a689

Browse files
authored
Merge pull request #549 from Random-Liu/fix-build
Update travis ubuntu version to xenial, and golang to 1.16.
2 parents 857754c + c769807 commit 744a689

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
os:
22
- linux
33
sudo: required
4-
dist: trusty
4+
dist: xenial
55
language: go
66
go:
7-
- "1.11"
8-
- "1.12"
7+
- "1.16"
98
- master
109
env:
1110
- GO111MODULE=on
1211
services:
1312
- docker
1413
before_install:
1514
- sudo apt-get -qq update
16-
- sudo apt-get install -y libsystemd-journal-dev
15+
- sudo apt-get install -y libsystemd-dev
1716
install:
1817
- mkdir -p $HOME/gopath/src/k8s.io
1918
- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/k8s.io/node-problem-detector

0 commit comments

Comments
 (0)