diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bb9929b..8ac19c0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,10 +10,10 @@ jobs: strategy: matrix: - go-version: [ "1.20", "1.21" ] + go-version: [ "1.21", "1.22" ] runs-on: ubuntu-latest env: - GOLANGCI_LINT_VERSION: v1.51.0 + GOLANGCI_LINT_VERSION: v1.56.1 steps: - name: Install Go diff --git a/go.mod b/go.mod index 35a6c26..7a9f0ae 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/hamba/timex -go 1.19 +go 1.21 require github.com/stretchr/testify v1.8.3