Skip to content

Commit

Permalink
Update travis ubuntu version to xenial, and golang to 1.16.
Browse files Browse the repository at this point in the history
The golang version matches Kubernetes master.
  • Loading branch information
Random-Liu committed Apr 26, 2021
1 parent 857754c commit c769807
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 c769807

Please sign in to comment.