From 6d4b7a0cc0373a41ad7e1fd50909d7983e92945c Mon Sep 17 00:00:00 2001 From: Thomas Bellembois Date: Sun, 4 Sep 2022 19:03:16 +0200 Subject: [PATCH] Update .golangci.yml and Dockerfile. --- .golangci.yml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 4cb2a6a..7a982dc 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: diff --git a/Dockerfile b/Dockerfile index c2d3fe4..fa2f271 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.18-bullseye +FROM golang:1.19-bullseye LABEL author="Thomas Bellembois" # Copying sources.