Skip to content

fix: INFRA-764 Fixed lingering bug in switchover test #5

fix: INFRA-764 Fixed lingering bug in switchover test

fix: INFRA-764 Fixed lingering bug in switchover test #5

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