Skip to content

feat(pool): periodically check IP health (exists in vpc) #153

feat(pool): periodically check IP health (exists in vpc)

feat(pool): periodically check IP health (exists in vpc) #153

Workflow file for this run

name: Build Go Binary
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up go
uses: actions/setup-go@v3
with:
go-version: 1.20.5
- name: Build
run: go build ./...