Skip to content

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

fix(deps): update all non-major dependencies

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

Workflow file for this run

name: build
on: pull_request
jobs:
build:
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@v5
with:
go-version: "1.21"
- name: Build
run: |
cd cmd/shimakaze
CGO_ENABLED=0 go build -a -installsuffix cgo -o shimakaze