From 7bb60b65e8dddbde48e0c550ef825a71ba14b546 Mon Sep 17 00:00:00 2001 From: Thomas Bellembois Date: Sun, 4 Sep 2022 19:02:14 +0200 Subject: [PATCH] Update .golangci.yml --- .golangci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 00a81af..fd42e71 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -71,12 +71,12 @@ linters-settings: simplify: true staticcheck: # Select the Go version to target. The default is '1.13'. - go: "1.16" + go: "1.19" # https://staticcheck.io/docs/options#checks checks: ["all"] stylecheck: # Select the Go version to target. The default is '1.13'. - go: "1.18" + go: "1.19" # https://staticcheck.io/docs/options#checks checks: ["all"] errcheck: