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 d086898 commit ac8a10e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
name: Install Go
command: |
sudo apt update
sudo apt install golang-go=1.21
sudo apt install golang-go=1.22
go version
- run:
name: Download Reverse Labs Scanner
command: |
Expand Down

0 comments on commit ac8a10e

Please sign in to comment.