Skip to content

Commit

Permalink
breaking: will not support go < 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Oct 17, 2021
1 parent d0a5570 commit b29d2b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go_version: [1.11, 1.12, 1.13, 1.14, 1.15, 1.16]
go_version: [1.13, 1.14, 1.15, 1.16, 1.17]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/gookit/color

go 1.12
go 1.13

require (
github.com/stretchr/testify v1.7.0
Expand Down

0 comments on commit b29d2b2

Please sign in to comment.