Skip to content

Bump github.com/ikawaha/kagome/v2 from 2.9.6 to 2.9.7 #58

Bump github.com/ikawaha/kagome/v2 from 2.9.6 to 2.9.7

Bump github.com/ikawaha/kagome/v2 from 2.9.6 to 2.9.7 #58

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: make test/all