From bf80ba28fa4d4221890351cfee4263d104d81edc Mon Sep 17 00:00:00 2001 From: Brett Vickers Date: Tue, 28 May 2024 22:59:39 -0700 Subject: [PATCH] Update github actions go versions --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d5eaad5..c5a3a42 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - go-version: [ '1.16', '1.21', '1.22.x' ] + go-version: [ '1.18', '1.21', '1.22.x' ] steps: - uses: actions/checkout@v4