Skip to content

Commit

Permalink
change golang version to 1.17.6 according to eb19837
Browse files Browse the repository at this point in the history
  • Loading branch information
Stolb27 committed Mar 5, 2022
1 parent 7900cbd commit 7f90bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arenadata/run_gpbackup_tests.bash
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ source /usr/local/greenplum-db-devel/greenplum_path.sh;
source ~/gpdb_src/gpAux/gpdemo/gpdemo-env.sh;
gpconfig -c shared_preload_libraries -v dummy_seclabel;
gpstop -ar;
wget https://golang.org/dl/go1.14.15.linux-amd64.tar.gz;
tar -C ~/ -xzf go1.14.15.linux-amd64.tar.gz;
wget https://golang.org/dl/go1.17.6.linux-amd64.tar.gz;
tar -C ~/ -xzf go1.17.6.linux-amd64.tar.gz;
PATH=$PATH:~/go/bin GOPATH=~/go make depend build install test end_to_end -C go/src/github.com/greenplum-db/gpbackup/"

0 comments on commit 7f90bf4

Please sign in to comment.