P2R-02: UI rewire against the slim-schedule + source-group model #2
@@ -36,10 +36,12 @@ jobs:
|
|||||||
cache: true
|
cache: true
|
||||||
- uses: golangci/golangci-lint-action@v7
|
- uses: golangci/golangci-lint-action@v7
|
||||||
with:
|
with:
|
||||||
# v1.61 was built against Go 1.23 and refuses to load a
|
# Must be built against the same Go release as go.mod targets,
|
||||||
# config that targets a newer toolchain — go.mod is on 1.25.
|
# otherwise the linter refuses to load with "Go language
|
||||||
# Bumping to a v2.x release built against current Go.
|
# version used to build golangci-lint is lower than the
|
||||||
version: v2.1.6
|
# targeted Go version". v2.5.0 is the first v2.x line built
|
||||||
|
# with Go 1.25; bump in lockstep with go.mod.
|
||||||
|
version: v2.5.0
|
||||||
args: --timeout=5m
|
args: --timeout=5m
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user