Skip to content

Commit 668256d

Browse files
committed
Follow official install instructions
1 parent cc10fd4 commit 668256d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# commandline below:
2323
# https://github.com/golangci/golangci-lint/releases/latest
2424
- name: Install golangci-lint
25-
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)"/bin v2.11.2
25+
run: curl -sSfL https://golangci-lint.run/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.11.3
2626

2727
- run: go build ./...
2828
- run: ./test.sh

0 commit comments

Comments
 (0)