Skip to content

feat: Change default wait time from static 10 sec to dynamic 10-60 se… #10

feat: Change default wait time from static 10 sec to dynamic 10-60 se…

feat: Change default wait time from static 10 sec to dynamic 10-60 se… #10

Workflow file for this run

name: Go
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
- name: Build
run: make build