File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
templates/github/workflows Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import _ "github.com/bool64/dev" // Include development helpers to project.
11
11
12
12
Add ` Makefile ` to your module with includes standard targets.
13
13
``` Makefile
14
- GOLANGCI_LINT_VERSION := "v1.34.1 " # Optional.
14
+ GOLANGCI_LINT_VERSION := "v1.35.2 " # Optional.
15
15
16
16
# The head of Makefile determines location of dev-go to include standard targets.
17
17
GO ?= go
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
[ -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 "
5
5
6
6
# detecting GOPATH and removing trailing "/" if any
7
7
GOPATH=" $( go env GOPATH) "
Original file line number Diff line number Diff line change 17
17
18
18
with :
19
19
# 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
21
21
22
22
# Optional: golangci-lint command line arguments.
23
23
# args: ./the-only-dir-to-analyze/...
You can’t perform that action at this time.
0 commit comments