Skip to content

update all deps and bump to go version 1.25 #136

update all deps and bump to go version 1.25

update all deps and bump to go version 1.25 #136

Workflow file for this run

name: Go package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.25'
- name: Test
run: make test-verbose