Skip to content

Commit

Permalink
add go build
Browse files Browse the repository at this point in the history
Signed-off-by: Tien Nguyen <[email protected]>
  • Loading branch information
duytiennguyen-okta committed Oct 18, 2024
1 parent cb179c1 commit c571dae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ jobs:
name: Install Python
command: |
sudo apt-get update
sudo apt-get install -y install golang-go
sudo apt-get install -y python3 python3-pip
sudo pip install --upgrade pip
- run:
name: Install Go
command: |
sudo snap install --classic go
- run:
name: Download Reverse Labs Scanner
command: |
Expand Down

0 comments on commit c571dae

Please sign in to comment.