Skip to content

Commit

Permalink
update golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Glonek committed Aug 28, 2024
1 parent 45b3a43 commit 1dcd752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
echo "Dependencies checked"
- name: "Install golang"
run: |
wget https://go.dev/dl/go1.22.5.darwin-amd64.pkg
sudo installer -store -pkg go1.22.5.darwin-amd64.pkg -target /
wget https://go.dev/dl/go1.22.6.darwin-amd64.pkg
sudo installer -store -pkg go1.22.6.darwin-amd64.pkg -target /
- name: "Install Packages.pkg for making macos PKG files"
run: |
wget http://s.sudre.free.fr/Software/files/Packages.dmg
Expand Down

0 comments on commit 1dcd752

Please sign in to comment.