Skip to content

Add maxtreasuryspend #84

Add maxtreasuryspend

Add maxtreasuryspend #84

Workflow file for this run

name: Build and Test
on: [push, pull_request]
jobs:
build:
name: Go CI
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.24", "1.25"]
steps:
- name: Set up Go
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version: ${{ matrix.go }}
- name: Check out source
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: golangci-lint
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
with:
install-mode: "goinstall"
version: dc16cf43c85d53f03e00a2f7b93a5e03a1435793 # v2.6.2
- name: Build
run: go build ./...
- name: Test
run: ./run_tests.sh