Skip to content

Commit 7e7b0ca

Browse files
Bump golangci/golangci-lint from v1.47.2 to v1.47.3 (#17)
Bumps golangci/golangci-lint from v1.47.2 to v1.47.3. --- updated-dependencies: - dependency-name: golangci/golangci-lint dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 27054fd commit 7e7b0ca

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.golangci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ run:
55
# Default: 1m
66
timeout: 3m
77

8-
# Define the Go version limit.
9-
# Mainly related to generics support in go1.18.
10-
# Default: use Go version from the go.mod file, fallback on the env var `GOVERSION`, fallback on 1.17
11-
go: "1.17" # TODO: change to 1.18 when most linters support it, see https://github.com/golangci/golangci-lint/issues/2649
12-
138

149
# This file contains only configs which differ from defaults.
1510
# All possible options can be found here https://github.com/golangci/golangci-lint/blob/master/.golangci.reference.yml

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:1.18.4 AS go
22

33
# update together with .github/workflows/ci.yml
4-
FROM golangci/golangci-lint:v1.47.2 AS linter
4+
FROM golangci/golangci-lint:v1.47.3 AS linter
55

66
FROM go AS dev
77
ENV INSIDE_DEV_CONTAINER 1

0 commit comments

Comments
 (0)