Skip to content

Commit 4219a4e

Browse files
committed
Update golang ci versioN
1 parent 5f05f17 commit 4219a4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

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

1818
- name: Setup Dependencies
1919
run: |
20-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b $GOPATH/bin v1.24.0
20+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b $GOPATH/bin
2121
golangci-lint --version
2222
go get golang.org/x/tools/cmd/cover
2323
go get -t -v ./...

0 commit comments

Comments
 (0)