Skip to content

Revert go.mod version to 1.24.0 #264

Revert go.mod version to 1.24.0

Revert go.mod version to 1.24.0 #264

Workflow file for this run

name: Go
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Build
run: make build
- name: Test
run: make test