Skip to content

feat: updated by action, Sat Oct 19 07:22:58 UTC 2024 #65

feat: updated by action, Sat Oct 19 07:22:58 UTC 2024

feat: updated by action, Sat Oct 19 07:22:58 UTC 2024 #65

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 ./...