Skip to content

Bump github.com/google/go-containerregistry from 0.19.2 to 0.20.2 (#28) #7

Bump github.com/google/go-containerregistry from 0.19.2 to 0.20.2 (#28)

Bump github.com/google/go-containerregistry from 0.19.2 to 0.20.2 (#28) #7

Workflow file for this run

name: release
on:
push:
tags:
- 'v*'
permissions: {}
jobs:
goreleaser:
permissions:
contents: write
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
- uses: anchore/sbom-action/download-syft@8d0a6505bf28ced3e85154d13dc6af83299e13f1 # v0.17.4
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: './go.mod'
check-latest: true
- uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6
with:
version: latest
args: release --clean --parallelism 1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}