Skip to content

Commit

Permalink
Merge pull request #2 from Shinku-Chen/main
Browse files Browse the repository at this point in the history
update go1.20.6
  • Loading branch information
tikazyq authored Jul 26, 2023
2 parents 1f6296c + b2b9814 commit ccfac30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crawlab-base/install/golang/golang.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

curl -OL https://golang.org/dl/go1.16.7.linux-amd64.tar.gz \
&& tar -C /usr/local -xvf go1.16.7.linux-amd64.tar.gz \
curl -OL https://golang.org/dl/go1.20.6.linux-amd64.tar.gz \
&& tar -C /usr/local -xvf go1.20.6.linux-amd64.tar.gz \
&& ln -s /usr/local/go/bin/go /usr/local/bin/go

0 comments on commit ccfac30

Please sign in to comment.