Skip to content

updating to latest deps #22

updating to latest deps

updating to latest deps #22

Workflow file for this run

name: "Tests"
on:
push:
branches:
- main
- master
pull_request:
concurrency:
group: ci-${{ github.ref }}-tests
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.18', '1.22', '1.23' ]
name: Go ${{ matrix.go }} sample
steps:
- uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- run: go get -v -t -d ./...
- run: go test -v -race ./...
- run: go run tests/consumer/consume.go tests/generator/compatibility.dat