Skip to content

Commit

Permalink
CHANGED: golang installation
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Mar 7, 2024
1 parent 470fd8f commit e3acbde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions data/features/go/go.dat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go_description="google programming language"
go_version="1.17.linux-amd64"
go_systemcategories=("Languages")
go_tags=("search" "customDesktop")

go_downloadkeys=("bundle")
go_bundle_URL="https://golang.org/dl/go1.17.linux-amd64.tar.gz"
go_bundle_downloadPath="/usr/local"
go_flagsoverride="0;;;;;" # Install always as root
go_bundle_URL="https://go.dev/dl/go1.22.1.linux-amd64.tar.gz"
go_bashinitializations=("go.sh")
pycharm_binariesinstalledpaths=("bin/go;go" "bin/gofmt;gofmt")
5 changes: 3 additions & 2 deletions data/features/go/go.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash

export GOPATH="€{HOME_FOLDER}/goWorkspace"
export PATH="$PATH:/usr/local/go/bin:$GOPATH/bin"
export GOPATH="€{HOME_FOLDER}/go"
export GOROOT="€{CURRENT_INSTALLATION_FOLDER}"
#export PATH="$PATH:/usr/local/go/bin:$GOPATH/bin"

0 comments on commit e3acbde

Please sign in to comment.