From 876f791ecdf6a7801a74492e8a6b9050b9ffe8a9 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 5 Aug 2022 16:04:54 +0100 Subject: [PATCH] Revert "build: lint with go1.18 until golangci-lint is updated" This reverts commit 2170376d1be915a24cc94046e30017ce47cfabc6. --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) 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