Skip to content

Commit 15c4b39

Browse files
author
Roberto Sora
committed
typo
1 parent fe0c1e8 commit 15c4b39

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
go-version: '1.13'
2929

3030
- 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
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
3636
3737
- name: Install Go deps on windows
3838
# since 10/23/2019 pwsh is the default shell

0 commit comments

Comments
 (0)