Skip to content

feat: updated by action, Thu Mar 26 07:38:32 UTC 2026 #124

feat: updated by action, Thu Mar 26 07:38:32 UTC 2026

feat: updated by action, Thu Mar 26 07:38:32 UTC 2026 #124

Workflow file for this run

name: Go
on:
push:
branches:
- main
- develop
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: "1.22"
- name: Build
run: go mod tidy && go build -v ./...