Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Update release.yaml (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirien authored Sep 29, 2024
1 parent eaa40eb commit 48fed53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v') == true
runs-on: macos-12
steps:
- name: Set up Go 1.20
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: 1.20.x
go-version: 1.22.x
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- id: get_version
Expand Down

0 comments on commit 48fed53

Please sign in to comment.