Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

feature[RR v2024]: max_jobs jitter to prevent thundering herd problem #788

feature[RR v2024]: max_jobs jitter to prevent thundering herd problem

feature[RR v2024]: max_jobs jitter to prevent thundering herd problem #788

Workflow file for this run

name: Linters
on: [push, pull_request]
jobs:
golangci-lint:
name: Golang-CI (lint)
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5 # action page: <https://github.com/actions/setup-go>
with:
go-version: stable
- name: Run linter
uses: golangci/[email protected] # Action page: <https://github.com/golangci/golangci-lint-action>
with:
version: v1.55 # without patch version
only-new-issues: false # show only new issues if it's a pull request
args: --timeout=10m --build-tags=race