Skip to content

build(deps): bump github.com/opencontainers/runc from 1.1.10 to 1.1.11 #112

build(deps): bump github.com/opencontainers/runc from 1.1.10 to 1.1.11

build(deps): bump github.com/opencontainers/runc from 1.1.10 to 1.1.11 #112

Workflow file for this run

name: validate
on:
push:
tags:
- v*
branches:
- main
- release-*
pull_request:
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3
with:
version: v1.48.0
# Only show new issues for a pull request.
only-new-issues: true
codespell:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: install deps
# Version of codespell bundled with Ubuntu is way old, so use pip.
run: pip install codespell
- name: run codespell
run: codespell -S go.sum