From 6ce400434b03a1b9cb4fa5eefa958adc64dd1db4 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Thu, 18 Jan 2024 11:43:14 +0000 Subject: [PATCH] Update to a Go that provides all we need for tests --- .github/workflows/static_analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index f1c6a2e6..cef90088 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v2 - uses: WillAbides/setup-go-faster@v1.6.0 with: - go-version: '1.17.x' + go-version: '1.20' - name: Get dependencies run: | @@ -34,4 +34,4 @@ jobs: run: golint -set_exit_status $(go list -tags ci ./...) - name: Staticcheck - run: staticcheck -go 1.14 ./... + run: staticcheck -go 1.20 ./...