Skip to content

Commit cc8064e

Browse files
authored
chore: remove go 1.10 and 1.11 from gh action (#335)
1 parent c600c5c commit cc8064e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
unit-test:
88
strategy:
99
matrix:
10-
go-version: [1.10.x, 1.11.x, 1.12.x, 1.13.x]
10+
go-version: [1.12.x, 1.13.x]
1111
platform: [ubuntu-latest]
1212
runs-on: ${{ matrix.platform }}
1313
steps:
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 1
2222
- name: Get dependencies
23-
run: go mod download || go get -t
23+
run: go mod download
2424
- name: Run unit tests
2525
run: go test -v ./...
2626
build-test:

0 commit comments

Comments
 (0)