From 26519bfa6c6bb5df64a5df66725fa5824486a6ba Mon Sep 17 00:00:00 2001 From: Aleksandr Razumov Date: Tue, 13 Jun 2023 07:44:57 +0300 Subject: [PATCH] feat: update to go1.20.5 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ada4c61..fa2cba6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,9 +19,9 @@ env: # https://go.dev/dl/ # # latest stable version - GOVERSION: 1.20.4 + GOVERSION: 1.20.5 # SHA256 Checksum for "Source" Kind file - GOSHA256: 9f34ace128764b7a3a4b238b805856cc1b2184304df9e5690825b0710f4202d6 + GOSHA256: 9a15c133ba2cfafe79652f4815b62e7cfc267f68df1b9454c6ab2a3ca8b96a88 jobs: run: @@ -41,7 +41,7 @@ jobs: - name: Install Go uses: actions/setup-go@v4 with: - go-version: "1.20.4" + go-version: "1.20.5" cache: false - name: Go env