Skip to content

Commit f9efcfe

Browse files
committed
Update build.yml
1 parent c9bde9d commit f9efcfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
# dependencies
1010
- name: Install dependencies
1111
run: |
12-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /usr/local/bin v1.24.0
12+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/local/bin v1.24.0
1313
1414
# checkout
1515
- name: Checkout repository

0 commit comments

Comments
 (0)