Skip to content

build(deps): bump github.com/k1LoW/runn from 0.92.0 to 0.94.0 #71

build(deps): bump github.com/k1LoW/runn from 0.92.0 to 0.94.0

build(deps): bump github.com/k1LoW/runn from 0.92.0 to 0.94.0 #71

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Build
run: make build