Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
feat: update to go1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed May 2, 2023
1 parent a8c178c commit e257b03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ env:
# https://go.dev/dl/
#
# latest stable version
GOVERSION: 1.20.3
GOVERSION: 1.20.4
# SHA256 Checksum for "Source" Kind file
GOSHA256: e447b498cde50215c4f7619e5124b0fc4e25fb5d16ea47271c47f278e7aa763a
GOSHA256: 9f34ace128764b7a3a4b238b805856cc1b2184304df9e5690825b0710f4202d6

jobs:
run:
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: "1.20.3"
go-version: "1.20.4"
cache: false

- name: Go env
Expand Down

0 comments on commit e257b03

Please sign in to comment.