1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-11-06 09:19:31 +02:00

Updated go version (#3189)

* Updated go version

* Generated mocks

* lint fix

* lint fix

* lint fix

* Updated gitlab builder image
This commit is contained in:
Harshil Sharma
2022-06-06 13:48:21 +05:30
committed by GitHub
parent 8cefcd8e8c
commit 2ab4e95289
19 changed files with 1282 additions and 1828 deletions

View File

@@ -17,6 +17,6 @@ jobs:
go-version: 1.18.1
- uses: actions/checkout@v3
- name: set up golangci-lint
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.45.2
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.46.2
- name: lint
run: make server-lint