From d8f405c1127b0ef5879e6cf7adcd3b51d95153b8 Mon Sep 17 00:00:00 2001 From: Christopher Allen Lane Date: Tue, 5 Jul 2022 11:59:08 -0400 Subject: [PATCH] chore(ci): use Go 1.18 in CI Use Go 1.18 in the CI pipeline. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index edce04e..431696c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.16 + go-version: 1.18 - name: Set up Revive (linter) run: go get -u github.com/boyter/scc github.com/mgechev/revive @@ -41,7 +41,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.16 + go-version: 1.18 - name: Set up Revive (linter) run: go get -u github.com/boyter/scc github.com/mgechev/revive