Skip to content

fix(deps): update kubernetes monorepo to v0.36.1 #137

fix(deps): update kubernetes monorepo to v0.36.1

fix(deps): update kubernetes monorepo to v0.36.1 #137

name: GoReleaser Dry Run
permissions:
contents: read
on:
pull_request:
paths:
- ".github/workflows/releaser*.yml"
- ".goreleaser.yml"
- "cmd/**"
- "go.mod"
- "go.sum"
- "internal/**"
- "pkg/**"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
dry-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: "go.mod"
- name: Setup caches
uses: ./.github/actions/setup-caches
timeout-minutes: 5
continue-on-error: true
- uses: anchore/sbom-action/download-syft@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0
- name: Run GoReleaser dry run
uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7.2.2
with:
version: latest
args: release --snapshot --clean --skip=publish,sign --timeout 90m
env:
GITHUB_TOKEN: ${{ github.token }}