Skip to content

chore(deps): bump github.com/containerd/containerd from 1.7.25 to 1.7… #3098

chore(deps): bump github.com/containerd/containerd from 1.7.25 to 1.7…

chore(deps): bump github.com/containerd/containerd from 1.7.25 to 1.7… #3098

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.64.7
args: --timeout=10m