diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 64fe8f0..965a441 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.54.2 + GOLANGCI_LINT_VERSION: v1.56.1 steps: - name: Install Go diff --git a/go.mod b/go.mod index 6e018d6..886832c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/hamba/logger/v2 -go 1.20 +go 1.21 require ( github.com/go-stack/stack v1.8.1