Skip to content

Add linter to Canary and fix go 1.23 linting issues #31

Add linter to Canary and fix go 1.23 linting issues

Add linter to Canary and fix go 1.23 linting issues #31

Workflow file for this run

# This pipeline purpose is solely meant to run a subset of our test suites against a kube cluster
name: kube
on:
push:
branches:
- main
- 'release/**'
pull_request:
paths-ignore:
- '**.md'
env:
ROOTFUL: true
jobs:
linux:
runs-on: "ubuntu-24.04"
timeout-minutes: 40
steps:
- uses: actions/[email protected]
with:
fetch-depth: 1
- name: "Run Kube integration tests"
run: |
./hack/build-integration-kube.sh
sudo ./_output/nerdctl exec nerdctl-test-control-plane bash -c -- 'export TMPDIR="$HOME"/tmp; mkdir -p "$TMPDIR"; cd /nerdctl-source; /usr/local/go/bin/go test ./cmd/nerdctl/ -test.only-kube'