Skip to content

Commit

Permalink
Move github action for integ test to go1.17
Browse files Browse the repository at this point in the history
Signed-off-by: Manu Gupta <manugupt1@gmail.com>
  • Loading branch information
manugupt1 committed Mar 1, 2022
1 parent bc3ca8f commit 524fce6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ jobs:
- name: "Check out"
uses: actions/checkout@v2
- name: "Build integration test image"
# Docker 20.10.x builds RootlessKit with Go 1.16 (as of Docker 20.10.11), so we use Go 1.16 as well here.
run: DOCKER_BUILDKIT=1 docker build -t rootlesskit:test-integration-docker --target test-integration-docker --build-arg GO_VERSION=1.16 .
run: DOCKER_BUILDKIT=1 docker build -t rootlesskit:test-integration-docker --target test-integration-docker --build-arg GO_VERSION=1.17 .
- name: "Create a custom network to avoid IP confusion"
run: docker network create custom
- name: "Docker Integration test: net=slirp4netns, port-driver=builtin"
Expand Down

0 comments on commit 524fce6

Please sign in to comment.