diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 22b7806..11911a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,6 +16,6 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.18 + go-version: 1.19 - uses: actions/checkout@v3 - run: go test -mod vendor ./... diff --git a/go.mod b/go.mod index 9c6568e..48216af 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/TwiN/go-color -go 1.18 +go 1.19