Skip to content

update all module dependencies and switch to golang 1.23 for CI builds #119

update all module dependencies and switch to golang 1.23 for CI builds

update all module dependencies and switch to golang 1.23 for CI builds #119

Workflow file for this run

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