mirror of
https://github.com/Cheviiot/Vintner.git
synced 2026-08-03 15:57:24 +00:00
fix(ci): let staticcheck install its own newer Go instead of reusing 1.23
This commit is contained in:
@@ -48,4 +48,8 @@ jobs:
|
||||
uses: dominikh/staticcheck-action@9716614d4101e79b4340dd97b10e54d68234e431 # v1.4.1
|
||||
with:
|
||||
version: latest
|
||||
install-go: false
|
||||
# Staticcheck itself needs a newer Go than the 1.23 this repo
|
||||
# targets (go.mod's floor) - let the action install its own,
|
||||
# separate from the "Set up Go" step above. min-go-version
|
||||
# defaults to reading go.mod, so diagnostics still target 1.23.
|
||||
install-go: true
|
||||
|
||||
Reference in New Issue
Block a user