Skip to content

fix data race when job stopped due to LimitRunsTo #839

fix data race when job stopped due to LimitRunsTo

fix data race when job stopped due to LimitRunsTo #839

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: golangci-lint
jobs:
golangci:
strategy:
matrix:
go-version:
- "1.20"
- "1.19"
- "1.18"
- "1.17"
- "1.16"
name: lint and test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.53.1
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: test
run: make test