From 1cdf4d1bfbf7745f64ba97b9d906db69a099824b Mon Sep 17 00:00:00 2001 From: Aleksandr Razumov Date: Wed, 2 Mar 2022 11:10:53 +0300 Subject: [PATCH] ci: 1.18.0-rc.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a603070c71..fb3c142d95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: runner: [self-hosted, linux, arm64] - arch: amd64 runner: ubuntu-latest - go: 1.18 + go: 1.18.0-rc.1 steps: - name: Checkout code uses: actions/checkout@v3