Skip to content

Commit

Permalink
Moved to go 1.19 in the blubber scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
miselico committed Nov 27, 2023
1 parent 558fbce commit bb3b125
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blubber-entrypoint-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo "Starting RecommenderServer..."

DIR=`pwd`

export GOROOT=/usr/lib/go-1.17
export GOROOT=/usr/lib/go-1.19
export PATH=${GOROOT}/bin:${PATH}
# export GOPATH=/srv/goProjects
# export PATH=${GOPATH}/bin:${PATH}
Expand Down
2 changes: 1 addition & 1 deletion blubber-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo "Starting RecommenderServer..."

DIR=`pwd`

export GOROOT=/usr/lib/go-1.17
export GOROOT=/usr/lib/go-1.19
export PATH=${GOROOT}/bin:${PATH}
# export GOPATH=/srv/goProjects
# export PATH=${GOPATH}/bin:${PATH}
Expand Down
2 changes: 1 addition & 1 deletion blubber-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build_recommenderserver() {
fi
}

export GOROOT=/usr/lib/go-1.17
export GOROOT=/usr/lib/go-1.19
export PATH=${GOROOT}/bin:${PATH}
# export GOPATH=/srv/goProjects
# export PATH=${GOPATH}/bin:${PATH}
Expand Down

0 comments on commit bb3b125

Please sign in to comment.