Skip to content

Merge pull request #80 from rl404/renovate/all-minor-patch #58

Merge pull request #80 from rl404/renovate/all-minor-patch

Merge pull request #80 from rl404/renovate/all-minor-patch #58

Workflow file for this run

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