From 691ecbbd9edd8abb407e27ae65de41030166a9b0 Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Tue, 17 Aug 2021 15:57:57 +0200 Subject: [PATCH] chore: update Go in GitHub Actions Signed-off-by: Mark Sagi-Kazar --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fe3a0359..0d5a6e31 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -55,7 +55,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.16 + go-version: 1.17 - name: Checkout code uses: actions/checkout@v2