Skip to content

build: bump go from 1.21 to 1.22 #27

build: bump go from 1.21 to 1.22

build: bump go from 1.21 to 1.22 #27

Workflow file for this run

name: test
on:
push:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Test
run: make test