From 71385e9f4e91ab982076856cac95320173ccea73 Mon Sep 17 00:00:00 2001 From: makeworld Date: Wed, 17 Feb 2021 15:50:32 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Use=20Go=201.16=20for=20goreleas?= =?UTF-8?q?er?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 05d31be..e59692c 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.15 + go-version: 1.16 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 with: