From 8cc23631681032fbe978b09c2403f9ef88edf571 Mon Sep 17 00:00:00 2001 From: Fabian Holler Date: Wed, 16 Mar 2022 16:07:22 +0100 Subject: [PATCH] Revert "ci: update go to 1.18" This reverts commit c8e93d238a6fbfb9b85dd885a004e8f25499d312. golangci-lint does not support 1.18 yet (https://github.com/golangci/golangci-lint/issues/2649), postpone the upgrade. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79c9dc18..53287cf1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: 1.18 + go-version: 1.17 - name: Check out code uses: actions/checkout@v2 @@ -29,7 +29,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: 1.18 + go-version: 1.17 - name: Check out code uses: actions/checkout@v2