Skip to content

Fix/byron stateful ssc body proof validation (#1953) #2976

Fix/byron stateful ssc body proof validation (#1953)

Fix/byron stateful ssc body proof validation (#1953) #2976

Workflow file for this run

name: go-test
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
go-test:
name: go-test
strategy:
matrix:
go-version: [1.25.x, 1.26.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 https://github.com/actions/checkout/releases/tag/v7.0.1
with:
submodules: true
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 https://github.com/actions/setup-go/releases/tag/v7.0.0
with:
go-version: ${{ matrix.go-version }}
- name: go-test
run: go test ./...