Fix lint workflow

This commit is contained in:
世界 2024-03-13 18:40:13 +08:00
parent 2b5eb1c59e
commit 4b1fabd007
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4

View File

@ -29,10 +29,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ^1.22
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ${{ steps.version.outputs.go_version }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with: