Skip to content

Commit 2d49d93

Browse files
committed
Tiny fix
1 parent cdee4f6 commit 2d49d93

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@ jobs:
66
name: Build
77
runs-on: ubuntu-latest
88
steps:
9-
109
- name: Set up Go 1.13
1110
uses: actions/setup-go@v1
1211
with:
1312
go-version: 1.13
1413
id: go
15-
1614
- name: Check out code into the Go module directory
1715
uses: actions/checkout@v2
18-
1916
- name: Get dependencies
2017
run: |
2118
go get -v -t -d ./...
@@ -24,6 +21,6 @@ jobs:
2421
dep ensure
2522
fi
2623
- name: Lint
27-
run: scopelint ./...
24+
run: scopelint ./...
2825
- name: Build
2926
run: go build -v .

0 commit comments

Comments
 (0)