Skip to content

Fix a race condition when evaluating on the root context (#2096) #2532

Fix a race condition when evaluating on the root context (#2096)

Fix a race condition when evaluating on the root context (#2096) #2532

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
checks:
runs-on: ubuntu-latest
permissions:
checks: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run linters
uses: golangci/golangci-lint-action@v6.1.0
with:
version: v1.58