Skip to content

Bump golang.org/x/net from 0.0.0-20220907135653-1e95f45603a7 to 0.17.0 #45

Bump golang.org/x/net from 0.0.0-20220907135653-1e95f45603a7 to 0.17.0

Bump golang.org/x/net from 0.0.0-20220907135653-1e95f45603a7 to 0.17.0 #45

Workflow file for this run

name: build-test-kubeslice-dns
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: docker/build-push-action@v3
with:
tags: kubeslice-dns:latest
push: false
test:
runs-on: ubuntu-latest
steps:
- uses: docker/build-push-action@v3
with:
file: test.Dockerfile
tags: test-image:latest
push: false
- uses: addnab/docker-run-action@v3
with:
image: test-image:latest
run: make test