Skip to content

build(deps): Bump github.com/google/go-containerregistry from 0.15.2 to 0.16.1 #1450

build(deps): Bump github.com/google/go-containerregistry from 0.15.2 to 0.16.1

build(deps): Bump github.com/google/go-containerregistry from 0.15.2 to 0.16.1 #1450

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- develop
pull_request:
types: [opened, reopened, synchronize]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v1
with:
go-version: "1.20.7"
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.4.0
with:
version: v1.52.2
args: -v