Skip to content

Commit 802fe8a

Browse files
authored
Merge pull request #8 from practicalgo/gh_workflow_fix
CI - Replace go get by go install
2 parents 1cc0062 + 4031e75 commit 802fe8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golint_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Run golint
2626
run: |
27-
go get -u golang.org/x/lint/golint
27+
go install golang.org/x/lint/golint@latest
2828
python housekeeping/golint.py .
2929
vet:
3030
name: Vet

0 commit comments

Comments
 (0)