Skip to content

Bump github.com/ikawaha/kagome/v2 from 2.9.11 to 2.10.0 #74

Bump github.com/ikawaha/kagome/v2 from 2.9.11 to 2.10.0

Bump github.com/ikawaha/kagome/v2 from 2.9.11 to 2.10.0 #74

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