Skip to content

fix: INFRA-764 Fixed problems with health detection after successful … #4

fix: INFRA-764 Fixed problems with health detection after successful …

fix: INFRA-764 Fixed problems with health detection after successful … #4

Workflow file for this run

name: build
on: [ push ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: '1.23'
- name: Run build
run: go build