From aec66320b9a8c0aa3904cd80a0a2dfa115f55a96 Mon Sep 17 00:00:00 2001 From: Nicolas Paul Date: Wed, 26 Apr 2023 21:43:28 +0200 Subject: Fix Go version in CI --- .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 af8e6dc..ac1b4ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: go: - - 1.20 + - "1.20" os: - ubuntu-latest steps: -- cgit v1.2.3