You've already forked focalboard
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:
2
.github/workflows/lint-server.yml
vendored
2
.github/workflows/lint-server.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user