Skip to content

Commit

Permalink
[#82] Install go and build app in single step
Browse files Browse the repository at this point in the history
  • Loading branch information
juampynr committed Jul 4, 2022
1 parent 2f60608 commit 70dd150
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,12 @@ jobs:
- checkout

- run:
name: Install go
name: Build application
command: |
wget https://go.dev/dl/go1.18.3.linux-amd64.tar.gz
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.18.3.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
go version
- run:
name: Build application
command: |
go build
- run:
Expand Down

0 comments on commit 70dd150

Please sign in to comment.