diff --git a/.github/workflows/gin.yml b/.github/workflows/gin.yml index 095dea6d..99bfcdad 100644 --- a/.github/workflows/gin.yml +++ b/.github/workflows/gin.yml @@ -75,7 +75,3 @@ jobs: uses: codecov/codecov-action@v4 with: flags: ${{ matrix.os }},go-${{ matrix.go }},${{ matrix.test-tags }} - - - name: Format - if: matrix.go-version == '1.22.x' - run: diff -u <(echo -n) <(gofmt -d .) diff --git a/.golangci.yml b/.golangci.yml index ccb26684..891ccbb4 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -39,7 +39,6 @@ linters-settings: perfsprint: err-error: true errorf: true - fiximports: true int-conversion: true sprintf1: true strconcat: true