From e4a248384fa9f3f92b50e9e02287af5d97e013b9 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Sat, 4 Feb 2023 22:35:25 -0800 Subject: ci: Build against Go 1.20 (#76) Upgrades to latest release of Go for CI. This requires switching staticcheck to the latest release as well. --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a8c53f6..7411a85 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v3 with: - go-version: 1.19.x + go-version: 1.20.x cache: true - name: Lint -- cgit v1.2.3