Skip to content

reverse merge to main from 1.2 #82

reverse merge to main from 1.2

reverse merge to main from 1.2 #82

Workflow file for this run

name: Build and Test
on:
workflow_dispatch:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.24.5
- name: Build and Test
run: ./build.sh