Skip to content

build(deps): bump github.com/containers/gvisor-tap-vsock from 0.5.0 to 0.7.0 #447

build(deps): bump github.com/containers/gvisor-tap-vsock from 0.5.0 to 0.7.0

build(deps): bump github.com/containers/gvisor-tap-vsock from 0.5.0 to 0.7.0 #447

Workflow file for this run

name: golangci-lint
on:
push:
tags: [v*]
branches: [main]
paths-ignore:
- "**/*.md"
- "**/*.nix"
- "**/*.lock"
pull_request:
paths-ignore:
- "**/*.md"
- "**/*.nix"
- "**/*.lock"
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.20"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.0
args: --timeout 3m0s