From 93e97488c77c0068ecbba2c6c3e724d339ba3ba1 Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Mon, 28 Mar 2022 16:34:22 -0400 Subject: [PATCH] Check latest go version in CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdc0f9e..32d5554 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: with: go-version: "1.x" stable: true + check-latest: true - name: Test run: |