Skip to content

Commit

Permalink
Merge pull request #549 from Random-Liu/fix-build
Browse files Browse the repository at this point in the history
Update travis ubuntu version to xenial, and golang to 1.16.
  • Loading branch information
Random-Liu committed Apr 26, 2021
2 parents 857754c + c769807 commit 744a689
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
os:
- linux
sudo: required
dist: trusty
dist: xenial
language: go
go:
- "1.11"
- "1.12"
- "1.16"
- master
env:
- GO111MODULE=on
services:
- docker
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libsystemd-journal-dev
- sudo apt-get install -y libsystemd-dev
install:
- mkdir -p $HOME/gopath/src/k8s.io
- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/k8s.io/node-problem-detector
Expand Down

0 comments on commit 744a689

Please sign in to comment.