Skip to content

Commit 4031e75

Browse files
committed
CI - Replace go get by go install
https://go.dev/doc/go-get-install-deprecation
1 parent 1cc0062 commit 4031e75

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)