You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .circleci/config.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ jobs:
67
67
- run:
68
68
command: |
69
69
echo "Installing golangci-lint"
70
-
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b /usr/local/bin v1.23.0 # Keep this in sync with .golangci.yml and Jenkinsfile.pr
70
+
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b /usr/local/bin v1.23.3 # Keep this in sync with .golangci.yml and Jenkinsfile.pr
71
71
echo "Installing mattermost-govet"
72
72
export GOBIN=${PWD}/mattermost-server/bin
73
73
GO111MODULE=off go get -u github.com/mattermost/mattermost-govet
Copy file name to clipboardExpand all lines: build/Jenkinsfile.pr
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ pipeline {
103
103
sh """
104
104
cd /go/src/github.com/mattermost/mattermost-server
105
105
echo "Installing golangci-lint"
106
-
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b /usr/local/bin v1.23.0 # Keep this in sync with .golangci.yml and .circleci/config.yml
106
+
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b /usr/local/bin v1.23.3 # Keep this in sync with .golangci.yml and .circleci/config.yml
107
107
echo "Installing mattermost-govet"
108
108
GO111MODULE=off go get -u github.com/mattermost/mattermost-govet
0 commit comments