Skip to content

Commit a528489

Browse files
committed
updated go version
1 parent 83a32d8 commit a528489

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integrationTesting/ðð@h·K @8@10@@@@@PP@P@@@X¶pX¶pÀpÀ°À°ad

Whitespace-only changes.

tests/integrationTesting/run-integration-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
wget https://go.dev/dl/go1.18.10.linux-amd64.tar.gz -O go1.18.10.tar.gz
2-
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.18.10.tar.gz
1+
wget https://go.dev/dl/go1.22.1.linux-amd64.tar.gz -O go1.22.1.tar.gz
2+
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.22.1.tar.gz
33
export GOPATH='/usr/local/go'
44
export PATH=$PATH:$GOPATH/bin
55
#go test ./pkg/pipeline

0 commit comments

Comments
 (0)