Skip to content

updated to use component hash instead of commit #71

updated to use component hash instead of commit

updated to use component hash instead of commit #71

Workflow file for this run

name: build
on:
push:
branches:
- main
jobs:
build-binary:
name: Build binary
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Build binary
run: make build