Skip to content

Hermetic Builds 🔒 #177

Hermetic Builds 🔒

Hermetic Builds 🔒 #177

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@v4
with:
persist-credentials: false
- name: setup go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: goreleaser
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # pin@v6
with:
install-only: true
- name: bootstrap
run: script/bootstrap
- name: build
run: script/build