mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 10:12:31 +00:00
match go version in CI to version in go-compile
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -16,10 +16,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Set up Go 1.11
|
||||
uses: actions/setup-go@v1
|
||||
- name: Set up Go 1.13
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.11
|
||||
go-version: 1.13.4
|
||||
id: go
|
||||
|
||||
- name: Check out code
|
||||
@@ -319,4 +319,4 @@ jobs:
|
||||
- name: Run Tests
|
||||
run: |
|
||||
cd test
|
||||
rtf -l build -v run -x linuxkit.security
|
||||
rtf -l build -v run -x linuxkit.security
|
||||
|
||||
Reference in New Issue
Block a user