From ad6b39b6e72c529e0cba6241df9c813fad753a9d Mon Sep 17 00:00:00 2001 From: Jonathan Pentecost Date: Fri, 11 Mar 2022 18:26:52 +1100 Subject: [PATCH] release with go1.17 --- .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 a643bb20..4350244f 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v1 with: - go-version: '1.15' + go-version: '1.17' - name: Run GoReleaser uses: goreleaser/goreleaser-action@v1 with: