Skip to content

Bump github.com/ava-labs/avalanchego from 1.13.3 to 1.13.4 #121

Bump github.com/ava-labs/avalanchego from 1.13.3 to 1.13.4

Bump github.com/ava-labs/avalanchego from 1.13.3 to 1.13.4 #121

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: run tests
run: go test -v ./...