]> ruderich.org/simon Gitweb - safcm/safcm.git/commit
ci: use fixed versions for staticcheck and golangci-lint
authorSimon Ruderich <simon@ruderich.org>
Mon, 8 Aug 2022 05:48:28 +0000 (07:48 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 8 Aug 2022 05:48:28 +0000 (07:48 +0200)
commit791f34212ebd19a9c79c9bd1157f590f4b24f5c2
treef11eb60671ec9f8df36b2a56615de0c487d3ec76
parentc666d9c0c4e61cb9e007bdcc5bd0be27d652612d
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.
ci/run