Skip to content

Bump the github-actions group across 1 directory with 6 updates #210

Bump the github-actions group across 1 directory with 6 updates

Bump the github-actions group across 1 directory with 6 updates #210

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- name: setup go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
cache: true
- name: setup goreleaser
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # pin@v7.0.0
with:
install-only: true
version: '~> v2'
- name: bootstrap
run: script/bootstrap
# run a build in single target mode to save ci time
- name: build
run: script/build --single-target