File tree 4 files changed +10
-1
lines changed
4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v2
16
+ - uses : actions/setup-go@v2
17
+ with :
18
+ go-version : ' ~1.16'
16
19
- run : make build
Original file line number Diff line number Diff line change 17
17
- name : Set up Go
18
18
uses : actions/setup-go@v2
19
19
with :
20
- go-version : 1.16
20
+ go-version : ' ~ 1.16'
21
21
id : go
22
22
- name : Check out code into the Go module directory
23
23
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-20.04
13
13
steps :
14
14
- uses : actions/checkout@v2
15
+ - uses : actions/setup-go@v2
16
+ with :
17
+ go-version : ' ~1.16'
15
18
- run : |
16
19
. /etc/os-release
17
20
echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v2
17
+ - uses : actions/setup-go@v2
18
+ with :
19
+ go-version : ' ~1.16'
17
20
- run : make unit
18
21
- run : sed -i'' "s:^github.com/$GITHUB_REPOSITORY/::" coverage.out
19
22
- run : .github/workflows/codecov.sh -Z -f coverage.out
You can’t perform that action at this time.
0 commit comments