diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae8d40ad2..c7c76dee1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -227,9 +227,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - with: - # FIXME temporary until golangci-lint supports go1.19 - go-version: 1.18.x - name: Code quality test uses: golangci/golangci-lint-action@v3