Skip to content

Commit

Permalink
Update gorelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
damiensedgwick authored Mar 2, 2024
1 parent edc93c7 commit 548917c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
goarch: ["386", amd64, arm64]

steps:
- uses: actions/checkout@v3 # Check out your code
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: '1.22' # Or your desired Go version

Expand Down

0 comments on commit 548917c

Please sign in to comment.