Skip to content

Bump github.com/ikawaha/kagome/v2 from 2.9.3 to 2.9.4 #49

Bump github.com/ikawaha/kagome/v2 from 2.9.3 to 2.9.4

Bump github.com/ikawaha/kagome/v2 from 2.9.3 to 2.9.4 #49

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@v4
with:
go-version-file: 'go.mod'
- run: make test/all