Skip to content

Commit d0a0b42

Browse files
reorder-display
Signed-off-by: General Kroll <generalkroll0@gmail.com>
1 parent 23e3d7a commit d0a0b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v1
1818

1919
- name: Install golangci-lint
20-
run: curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.27.0
20+
run: curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.45.2
2121

2222
- name: Run golangci-lint
2323
run: $(go env GOPATH)/bin/golangci-lint run --disable=errcheck --timeout=10m go/...

0 commit comments

Comments
 (0)