Skip to content

Bump golang from 1.21 to 1.22 #403

Bump golang from 1.21 to 1.22

Bump golang from 1.21 to 1.22 #403

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make test