Skip to content

Adding a 10 sec connection timeout to the golang http client under SSM client #36

Adding a 10 sec connection timeout to the golang http client under SSM client

Adding a 10 sec connection timeout to the golang http client under SSM client #36

Workflow file for this run

name: Build
on:
workflow_dispatch: {}
pull_request:
branches:
- main
- release-*
env:
# Common versions
GO_VERSION: '1.19'
GO_REQUIRED_MIN_VERSION: ''
jobs:
test:
name: build
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v3
- name: install Go
uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- name: build
run: make coverage