From 8dc36dc6a6a30222fb38833e1cd1520bbda39b9e Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Sun, 3 Apr 2022 17:21:48 +0200 Subject: [PATCH] chore: use go1.18 with the previous version --- .github/workflows/pr.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e34e8907b0ea..0c865170b428 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -34,9 +34,8 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: 1.17 # TODO(ldez) the binary compiled with go1.17 doesn't work on go1.18 # stable: 'false' # Keep this line to be able to use rc and beta version of Go (ex: 1.18.0-rc1). - # go-version: ${{ env.GO_VERSION }} # TODO(ldez) the binary compiled with go1.17 doesn't work on go1.18 + go-version: ${{ env.GO_VERSION }} - name: lint uses: golangci/golangci-lint-action@v3.1.0 with: