1
0
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:
wdvxdr 2022-03-17 17:58:07 +08:00
parent 76295b0e89
commit d48dc4fb3c
No known key found for this signature in database
GPG Key ID: 703F8C071DE7A1B6
2 changed files with 3 additions and 3 deletions

View File

@ -28,8 +28,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@v2.1.3 uses: actions/setup-go@v2.1.3
with: with:
stable: false go-version: 1.18
go-version: 1.18.0-rc1
- name: Cache downloaded module - name: Cache downloaded module
uses: actions/cache@v2 uses: actions/cache@v2
with: with:

View File

@ -12,9 +12,10 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@v2.1.3 uses: actions/setup-go@v2.1.3
with: with:
go-version: 1.17 go-version: 1.18
- name: golangci-lint - name: golangci-lint
if: ${{ false }}
uses: golangci/golangci-lint-action@v2 uses: golangci/golangci-lint-action@v2
with: with:
version: latest version: latest