From: Simon Ruderich Date: Mon, 8 Aug 2022 05:48:28 +0000 (+0200) Subject: ci: use fixed versions for staticcheck and golangci-lint X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=791f34212ebd19a9c79c9bd1157f590f4b24f5c2;hp=791f34212ebd19a9c79c9bd1157f590f4b24f5c2;p=safcm%2Fsafcm.git ci: use fixed versions for staticcheck and golangci-lint The latest version of golangci-lint only supports Go 1.19 which is not available yet on all CI targets. Makes the CI deterministic and prevents failures if the checks change. ---