From ae656088688585868f0f100b7c3cfcdc2dd1fdd8 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Fernandez Date: Wed, 27 Nov 2024 12:19:54 +0100 Subject: [PATCH] Update Dockerfile --- QC.Sty/staticcheck/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QC.Sty/staticcheck/Dockerfile b/QC.Sty/staticcheck/Dockerfile index e2142ab..27c4bdb 100644 --- a/QC.Sty/staticcheck/Dockerfile +++ b/QC.Sty/staticcheck/Dockerfile @@ -1,2 +1,2 @@ FROM golang -RUN go install honnef.co/go/tools/cmd/staticcheck@2022.1.3 +RUN go install honnef.co/go/tools/cmd/staticcheck@2024.1.1