Skip to content

Commit

Permalink
ci: fix go get command
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviotech committed May 9, 2023
1 parent efcc606 commit a2d399e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
go-version: "1.20"

- name: Install dependencies
run: go get .
run: go get ./...

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
Expand Down

0 comments on commit a2d399e

Please sign in to comment.