diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8e825bae2859..01c0f8856550 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -89,7 +89,7 @@ jobs: GOGC: 100 with: args: --timeout 10m0s - version: v1.47.3 + version: v1.49.0 skip-go-installation: true skip-pkg-cache: true - name: Build Kratos diff --git a/.golangci.yml b/.golangci.yml index bdd1945fa090..079e952252ba 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,15 +1,12 @@ linters: enable: - - deadcode - errcheck - gosimple - govet - staticcheck - - structcheck - typecheck - unused - gosec - - varcheck # - golint - goimports disable: