From 4abdbf1ad2d4f7a971e4d33386bb24ca99fcaf74 Mon Sep 17 00:00:00 2001 From: Zack Date: Wed, 6 Apr 2022 21:48:39 -0700 Subject: [PATCH] update to go 1.18 --- .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 060fcedd..26adc61d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,6 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 with: - go-version: '1.17' + go-version: '1.18' - run: go version - run: go test -v ./...