Skip to content

fix: sync CI Go version with go.mod (#13) #108

fix: sync CI Go version with go.mod (#13)

fix: sync CI Go version with go.mod (#13) #108

Workflow file for this run

name: Code Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go 1.25
uses: actions/setup-go@v5
with:
go-version: '1.25'
cache: true
- name: Unit tests
run: make test