Update .golangci.yml and Dockerfile.
continuous-integration/drone/push Build is passing Details

master
Thomas BELLEMBOIS 3 years ago
parent fc03c477a0
commit 6d4b7a0cc0

@ -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:

@ -1,4 +1,4 @@
FROM golang:1.18-bullseye
FROM golang:1.19-bullseye
LABEL author="Thomas Bellembois"
# Copying sources.

Loading…
Cancel
Save