From 457efa252092e08d360b59db4d6bdb7f66db87c5 Mon Sep 17 00:00:00 2001
From: "M. J. Fromberger" <michael.j.fromberger@gmail.com>
Date: Wed, 27 Jan 2021 12:28:22 -0800
Subject: [PATCH] Override staticcheck version for older Go releases.

---
 .github/workflows/go-presubmit.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/go-presubmit.yml b/.github/workflows/go-presubmit.yml
index 2504271..22eb8b9 100644
--- a/.github/workflows/go-presubmit.yml
+++ b/.github/workflows/go-presubmit.yml
@@ -21,3 +21,5 @@ jobs:
         go-version: ${{ matrix.go-version }}
     - uses: actions/checkout@v2
     - uses: creachadair/go-presubmit-action@default
+      with:
+        staticcheck-version: "2020.1.6"