Skip to content

timeout correction

timeout correction #32

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.23.1"
check-latest: true
- name: Test
run: make test
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.60.3
- name: Run staticcheck
uses: dominikh/[email protected]
with:
version: "2024.1.1"
install-go: false
min-go-version: "1.23.1"
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./...