From 193073727aabd054c9906279b642184dd8989c9b Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Fri, 20 May 2022 20:41:01 -0500 Subject: [PATCH] Use go 1.18 in github actions (#560) --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index eafb44d..eaf83bf 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -4,7 +4,7 @@ on: - push env: - GO_VERSION: 1.17 + GO_VERSION: 1.18 CGO_ENABLED: 0 jobs: