Skip to content

set a timeout on the connection request #16

set a timeout on the connection request

set a timeout on the connection request #16

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.23'
- name: Build
run: CGO_ENABLED=0 go build