Skip to content

chore: sync with release v3.27.0 (#1222) #98

chore: sync with release v3.27.0 (#1222)

chore: sync with release v3.27.0 (#1222) #98

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- "master"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.24.4"
- run: go build ./...