Skip to content

Merge branch 'main' of https://github.com/orisano/gosax #8

Merge branch 'main' of https://github.com/orisano/gosax

Merge branch 'main' of https://github.com/orisano/gosax #8

Workflow file for this run

name: main
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.22' ]
name: go ${{ matrix.go }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- run: go test -race -v ./...