Skip to content

Bump github.com/moby/go-archive from 0.2.0 to 0.3.0 in the go_modules group across 1 directory #1460

Bump github.com/moby/go-archive from 0.2.0 to 0.3.0 in the go_modules group across 1 directory

Bump github.com/moby/go-archive from 0.2.0 to 0.3.0 in the go_modules group across 1 directory #1460

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.11