Skip to content

Commit

Permalink
adding the channel for golang (#8760)
Browse files Browse the repository at this point in the history
Signed-off-by: Yashvi Jain <[email protected]>
Co-authored-by: Yashvi Jain <[email protected]>
  • Loading branch information
YashviJain01 and Yashvi Jain authored Jan 28, 2025
1 parent accfa6c commit 0bf1ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .expeditor/license_scout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ gem install license_scout -v 2.5.1
log "Finished Installing License Scout"

log_section_start "Installing Go 1.22.5"
hab pkg install --force --binlink core/go1_22/1.22.5 && rm -rf /hab/cache && mkdir -p "$GOPATH/src" "$GOPATH/bin"
hab pkg install --force --binlink core/go1_22/1.22.5 --channel LTS-2024 && rm -rf /hab/cache && mkdir -p "$GOPATH/src" "$GOPATH/bin"
go version
log "Finished Installing Go 1.22.5"

Expand Down

0 comments on commit 0bf1ea5

Please sign in to comment.