Skip to content

Update CI workflow and dependencies to Go 1.24 and x tools v0.31.0 #15

Update CI workflow and dependencies to Go 1.24 and x tools v0.31.0

Update CI workflow and dependencies to Go 1.24 and x tools v0.31.0 #15

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- 'main'
jobs:
test:
name: Tests
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- run: make setup
- run: make test