Skip to content

build: bump go to 1.25 (#133) #266

build: bump go to 1.25 (#133)

build: bump go to 1.25 (#133) #266

Workflow file for this run

name: ci
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Go environment
uses: actions/setup-go@v6
with:
go-version: 1.25
- name: Run
run: make test