Browse Source

Fix lint workflow

世界 1 year ago
parent
commit
4b1fabd007
1 changed files with 0 additions and 4 deletions
  1. 0 4
      .github/workflows/lint.yml

+ 0 - 4
.github/workflows/lint.yml

@@ -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: