diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 368502d..398a82f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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: diff --git a/go.mod b/go.mod index db41262..dbd21b0 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/gookit/color -go 1.12 +go 1.13 require ( github.com/stretchr/testify v1.7.0