Skip to content

Commit 1117652

Browse files
committed
Update golangci-lint
1 parent 4ab3648 commit 1117652

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import _ "github.com/bool64/dev" // Include development helpers to project.
1111

1212
Add `Makefile` to your module with includes standard targets.
1313
```Makefile
14-
GOLANGCI_LINT_VERSION := "v1.34.1" # Optional.
14+
GOLANGCI_LINT_VERSION := "v1.35.2" # Optional.
1515

1616
# The head of Makefile determines location of dev-go to include standard targets.
1717
GO ?= go

scripts/lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
[ -z "$GO" ] && GO=go
4-
[ -z "$GOLANGCI_LINT_VERSION" ] && GOLANGCI_LINT_VERSION="v1.34.1"
4+
[ -z "$GOLANGCI_LINT_VERSION" ] && GOLANGCI_LINT_VERSION="v1.35.2"
55

66
# detecting GOPATH and removing trailing "/" if any
77
GOPATH="$(go env GOPATH)"

templates/github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: golangci/[email protected]
1818
with:
1919
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
20-
version: v1.34.1
20+
version: v1.35.2
2121

2222
# Optional: golangci-lint command line arguments.
2323
# args: ./the-only-dir-to-analyze/...

0 commit comments

Comments
 (0)