File tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change 1
1
language : go
2
- dist : trusty
2
+ dist : bionic
3
3
4
4
go :
5
- - 1.9.x
6
- - 1.10.x
7
- - 1.11.x
8
- - 1.12.x
5
+ - 1.15.x
6
+ - 1.16.x
9
7
10
8
env :
11
9
matrix :
18
16
matrix :
19
17
fast_finish : true
20
18
21
- # Ubuntu 14.04 (trusty) doesn't have a new enough util-linux for nsenter,
22
- # so we have to build it ourselves.
23
19
before_install :
24
- - wget https://www.kernel.org/pub/linux/utils/util-linux/v2.24/util-linux-2.24.1.tar.gz -qO - | tar -xz -C .
25
20
- sudo apt-get update
26
21
- sudo apt-get install -y libncurses5-dev libslang2-dev gettext zlib1g-dev libselinux1-dev debhelper lsb-release pkg-config po-debconf autoconf automake autopoint libtool
27
- - pushd util-linux-2.24.1
28
- - ./autogen.sh
29
- - ./configure
30
- - make
31
- - sudo cp ./nsenter /usr/bin
32
- - popd
33
- - rm -rf util-linux-2.24.1
34
22
35
23
install :
36
24
- go get golang.org/x/tools/cmd/cover
You can’t perform that action at this time.
0 commit comments