Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoDev2 authored Nov 26, 2024
1 parent bb06c38 commit 62f3e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: go version

- name: Install dependencies
run: go get -v -t -d ./...
run: go get -v -t ./...

- name: Install golangci-lint
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
Expand Down

0 comments on commit 62f3e3c

Please sign in to comment.