Skip to content

bump github action go version #24

bump github action go version

bump github action go version #24

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.23.3
- name: Run tests
run: go test ./...