Skip to content

feat: Upgrade go-misc v2.7.0 (#289) #234

feat: Upgrade go-misc v2.7.0 (#289)

feat: Upgrade go-misc v2.7.0 (#289) #234

Workflow file for this run

name: Go
on: push
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
target:
- check-mod
- test-ci
- lint-ci
steps:
- name: checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
id: go
- name: setup
run: make setup
- name: ${{ matrix.target }}
run: make ${{ matrix.target }}