File tree Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v2
16+ - uses : actions/setup-go@v2
17+ with :
18+ go-version : ' ~1.16'
1619 - run : make build
Original file line number Diff line number Diff line change 1717 - name : Set up Go
1818 uses : actions/setup-go@v2
1919 with :
20- go-version : 1.16
20+ go-version : ' ~ 1.16'
2121 id : go
2222 - name : Check out code into the Go module directory
2323 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-20.04
1313 steps :
1414 - uses : actions/checkout@v2
15+ - uses : actions/setup-go@v2
16+ with :
17+ go-version : ' ~1.16'
1518 - run : |
1619 . /etc/os-release
1720 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 1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v2
17+ - uses : actions/setup-go@v2
18+ with :
19+ go-version : ' ~1.16'
1720 - run : make unit
1821 - run : sed -i'' "s:^github.com/$GITHUB_REPOSITORY/::" coverage.out
1922 - run : .github/workflows/codecov.sh -Z -f coverage.out
You can’t perform that action at this time.
0 commit comments