Skip to content

Commit 8890931

Browse files
committed
调整go-extend支持最低go版本为go1.13
1 parent c28bd53 commit 8890931

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x]
9+
go-version: [1.13.x, 1.14.x, 1.15.x]
1010
os: [ubuntu-latest, macos-latest, windows-latest]
1111
runs-on: ${{ matrix.os }}
1212
steps:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/thinkeridea/go-extend
22

3-
go 1.12
3+
go 1.13

0 commit comments

Comments
 (0)