Skip to content

's|github.com/transparency-dev/trillian-tessera/personalities/sctfe|g… #4

's|github.com/transparency-dev/trillian-tessera/personalities/sctfe|g…

's|github.com/transparency-dev/trillian-tessera/personalities/sctfe|g… #4

Workflow file for this run

name: Test Go
on: [push, pull_request]
permissions:
contents: read
jobs:
test:
strategy:
matrix:
go-version: [1.22.x, 1.23.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: ${{ matrix.go-version }}
- run: go test -v -race ./...