mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-04 19:17:37 +08:00
ci: disable golangci-lint
This commit is contained in:
parent
76295b0e89
commit
d48dc4fb3c
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -28,8 +28,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@v2.1.3
|
||||
with:
|
||||
stable: false
|
||||
go-version: 1.18.0-rc1
|
||||
go-version: 1.18
|
||||
- name: Cache downloaded module
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
3
.github/workflows/golint.yml
vendored
3
.github/workflows/golint.yml
vendored
@ -12,9 +12,10 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@v2.1.3
|
||||
with:
|
||||
go-version: 1.17
|
||||
go-version: 1.18
|
||||
|
||||
- name: golangci-lint
|
||||
if: ${{ false }}
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
with:
|
||||
version: latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user