Skip to content

Bump golang from 1.22.0 to 1.22.1 #10

Bump golang from 1.22.0 to 1.22.1

Bump golang from 1.22.0 to 1.22.1 #10

Workflow file for this run

name: Test
on: pull_request
jobs:
checks:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make test