fix: remove validateO1Specific (#939)

* fix: remove validateO1Specific

* update golangci-lint-action version

* fix actions

* fix actions

* fix actions

* fix actions

* remove some o1 test
This commit is contained in:
Liu Shuang
2025-02-17 19:29:18 +08:00
committed by GitHub
parent c0a9a75fe0
commit 85f578b865
3 changed files with 2 additions and 68 deletions

View File

@@ -18,9 +18,9 @@ jobs:
run: |
go vet .
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
version: latest
version: v1.63.4
- name: Run tests
run: go test -race -covermode=atomic -coverprofile=coverage.out -v .
- name: Upload coverage reports to Codecov