diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f91f7ca..aa3179f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: build: strategy: matrix: - go: [1.22, 1.24] + go: [1.24, 1.25] name: build runs-on: ubuntu-latest steps: @@ -27,7 +27,7 @@ jobs: test: strategy: matrix: - go: [1.22, 1.24] + go: [1.24, 1.25] name: test runs-on: ubuntu-latest steps: @@ -42,8 +42,8 @@ jobs: golangci: strategy: matrix: - go: [1.24] - lint: [v2.1.6] + go: [1.25] + lint: [v2.5.0] name: lint runs-on: ubuntu-latest steps: diff --git a/go.mod b/go.mod index d3a1cdd..92d15b6 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/simplesurance/proteus -go 1.22 +go 1.24 require golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e