Skip to content

fix(deps): update all non-major dependencies #119

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #119

Workflow file for this run

name: build
on: pull_request
jobs:
push:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go environment
uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: Build
run: |
cd cmd/hibiki
CGO_ENABLED=0 go build -a -installsuffix cgo -o hibiki