Skip to content

Bump github.com/google/go-containerregistry from 0.22.0 to 0.22.1 in the minor-patch group across 1 directory #624

Bump github.com/google/go-containerregistry from 0.22.0 to 0.22.1 in the minor-patch group across 1 directory

Bump github.com/google/go-containerregistry from 0.22.0 to 0.22.1 in the minor-patch group across 1 directory #624

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request: {}
permissions: {}
jobs:
golangci-lint:
name: lint
runs-on: ubuntu-latest
permissions:
contents: read
env:
GOFLAGS: -mod=readonly
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Install Go
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0