Skip to content

Bump goreleaser/goreleaser-action from 7.2.1 to 7.2.2 #1164

Bump goreleaser/goreleaser-action from 7.2.1 to 7.2.2

Bump goreleaser/goreleaser-action from 7.2.1 to 7.2.2 #1164

Workflow file for this run

name: Test
on: [push, pull_request]
env:
REGISTRY: ghcr.io
IMAGE_NAME: sigs.k8s.io/cloud-provider-kind
permissions: write-all
jobs:
test:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version: stable
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- run: make test
- run: make lint