Skip to content

build(deps): bump goreleaser/goreleaser from v1.24.0 to v2.0.1 #3726

build(deps): bump goreleaser/goreleaser from v1.24.0 to v2.0.1

build(deps): bump goreleaser/goreleaser from v1.24.0 to v2.0.1 #3726

Workflow file for this run

---
name: Build
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
jobs:
build:
runs-on:
- self-hosted
- small
steps:
- name: Checkout konvoy-image-builder repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: Build konvoy-image binary
run: make build
- name: Verify CLI documentation
run: make docs.check