We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe0c1e8 commit 15c4b39Copy full SHA for 15c4b39
.github/workflows/test.yaml
@@ -28,11 +28,11 @@ jobs:
28
go-version: '1.13'
29
30
- name: Install Go deps
31
- if: matrix.operating-system != 'windows-2019'
32
- run: |
33
- go get github.com/golangci/govet
34
- go get golang.org/x/lint/golint
35
- go get github.com/golang/protobuf/protoc-gen-go
+ if: matrix.operating-system != 'windows-2019'
+ run: |
+ go get github.com/golangci/govet
+ go get golang.org/x/lint/golint
+ go get github.com/golang/protobuf/protoc-gen-go
36
37
- name: Install Go deps on windows
38
# since 10/23/2019 pwsh is the default shell
0 commit comments