Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Commit fcb1864

Browse files
authored
Merge pull request #2344 from fluxcd/build/remove-go-tarbal
Remove Go tarbal once Go is installed
2 parents 2a2a7df + 83dda6b commit fcb1864

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
sudo rm -rf /usr/local/go
7878
sudo mv go /usr/local
7979
mkdir -p "$HOME/go/bin"
80+
rm -rf go${GO_VERSION}.linux-amd64.tar.gz
8081
go version
8182
- run:
8283
name: Update packages and start Memcached

0 commit comments

Comments
 (0)