Skip to content

fix: example generate in config file (#1863) #502

fix: example generate in config file (#1863)

fix: example generate in config file (#1863) #502

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: "1.21"
- name: Build
run: |
go build -v ./...
- name: Build arm
run: GOOS=linux GOARCH=arm64 go build -v ./...