Skip to content

Commit

Permalink
remove golang 1.10 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fifsky committed Oct 8, 2019
1 parent 7926a25 commit df0bbda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: ["1.10", 1.11, 1.12, 1.13]
go-version: [1.11, 1.12, 1.13]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -23,7 +23,6 @@ jobs:
- name: Test
env:
GO111MODULE: on
MYSQL_TEST_DSN1: "root:root@tcp(127.0.0.1:3306)/db1?parseTime=true"
MYSQL_TEST_DSN2: "root:root@tcp(127.0.0.1:3306)/db2?parseTime=true"
run: go get && go test -v ./...

0 comments on commit df0bbda

Please sign in to comment.