Skip to content

build(deps): bump github.com/containers/storage from 1.45.3 to 1.48.0 #83

build(deps): bump github.com/containers/storage from 1.45.3 to 1.48.0

build(deps): bump github.com/containers/storage from 1.45.3 to 1.48.0 #83

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