Skip to content

go.mod: bump github.com/goccy/go-json from 0.10.3 to 0.10.4 #200

go.mod: bump github.com/goccy/go-json from 0.10.3 to 0.10.4

go.mod: bump github.com/goccy/go-json from 0.10.3 to 0.10.4 #200

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
jobs:
test-kafka:
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: Test with Kafka
run: make test-kafka GOTEST_FLAGS="-v -count=1"
test-redpanda:
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: Test with Redpanda
run: make test-redpanda GOTEST_FLAGS="-v -count=1"