Skip to content

build: bump golang from 1.25.0 to 1.25.1 #210

build: bump golang from 1.25.0 to 1.25.1

build: bump golang from 1.25.0 to 1.25.1 #210

Workflow file for this run

name: Tests
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run tests
run: make test