Skip to content

fix: use Id instead of Hash for transactions #646

fix: use Id instead of Hash for transactions

fix: use Id instead of Hash for transactions #646

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:
# TODO: go back to last 2 versions once 1.25 is released
go-version: [1.24.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 https://github.com/actions/checkout/releases/tag/v5.0.0
with:
submodules: true
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0 https://github.com/actions/setup-go/releases/tag/v6.0.0
with:
go-version: ${{ matrix.go-version }}
- name: go-test
run: go test ./...