From ed070b4e1654de7dde80836ae6020e86c7878131 Mon Sep 17 00:00:00 2001 From: Andrew Starr-Bochicchio Date: Mon, 9 Aug 2021 16:02:58 -0400 Subject: [PATCH] workflow/github-release: Build with Go 1.16.x (#1015) --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d6360ba18..e3accd586 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,9 @@ jobs: - name: Install Go uses: actions/setup-go@v2 + with: + go-version: 1.16.x + - name: Restore cache uses: actions/cache@v2 with: