We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9bde9d commit f9efcfeCopy full SHA for f9efcfe
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
# dependencies
10
- name: Install dependencies
11
run: |
12
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /usr/local/bin v1.24.0
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/local/bin v1.24.0
13
14
# checkout
15
- name: Checkout repository
0 commit comments