From 4d359d4265a22443822728c0971362e9c0ce2233 Mon Sep 17 00:00:00 2001 From: karv Date: Mon, 4 Apr 2022 13:11:49 +0300 Subject: [PATCH] Add go 1.17 to GH workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1fd38ab..849e089 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.16 + go-version: 1.17 - name: Import GPG key id: import_gpg uses: hashicorp/ghaction-import-gpg@v2.1.0