Skip to content

chore(deps): bump github.com/blinklabs-io/gouroboros from 0.143.0 to 0.145.0 #959

chore(deps): bump github.com/blinklabs-io/gouroboros from 0.143.0 to 0.145.0

chore(deps): bump github.com/blinklabs-io/gouroboros from 0.143.0 to 0.145.0 #959

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.24.x, 1.25.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 https://github.com/actions/checkout/releases/tag/v6.0.1
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 https://github.com/actions/setup-go/releases/tag/v6.1.0
with:
go-version: ${{ matrix.go-version }}
- name: go-test
run: go test ./...