Skip to content

Commit

Permalink
Package updates!
Browse files Browse the repository at this point in the history
Upgrade GO: 2024.2.1 -> 2024.2.1.1
  • Loading branch information
JonasGroeger authored and github-actions[bot] committed Sep 9, 2024
1 parent 3d989d6 commit 83e7d69
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added deb/goland_2024.2.1.1_all.deb
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/goland/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"code": "GO",
"version": "2024.2.1",
"version": "2024.2.1.1",
"description": "Capable and Ergonomic Go IDE"
}
2 changes: 1 addition & 1 deletion packages/goland/preinstall
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
set -e

cd /opt/
wget -c "https://download.jetbrains.com/go/goland-2024.2.1.tar.gz" -O "goland.tar.gz"
wget -c "https://download.jetbrains.com/go/goland-2024.2.1.1.tar.gz" -O "goland.tar.gz"

0 comments on commit 83e7d69

Please sign in to comment.