Skip to content

Commit b29d2b2

Browse files
committed
breaking: will not support go < 1.13
1 parent d0a5570 commit b29d2b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
go_version: [1.11, 1.12, 1.13, 1.14, 1.15, 1.16]
17+
go_version: [1.13, 1.14, 1.15, 1.16, 1.17]
1818
os: [ubuntu-latest, windows-latest, macOS-latest]
1919

2020
steps:

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gookit/color
22

3-
go 1.12
3+
go 1.13
44

55
require (
66
github.com/stretchr/testify v1.7.0

0 commit comments

Comments
 (0)