Skip to content

Commit

Permalink
Update prerequisites.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
banaag authored Jun 7, 2023
1 parent 607b183 commit 6ca485e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerequisites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
go-version: '1.19'

- name: Install goimports
run: go get golang.org/x/tools/cmd/goimports
run: go install golang.org/x/tools/cmd/goimports@latest

- name: Checkout the repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 6ca485e

Please sign in to comment.