From 05cf5bd9de1a333b5823b75ee28ac0681a00f661 Mon Sep 17 00:00:00 2001 From: Jose' Pedro Saraiva Date: Wed, 13 Aug 2025 12:55:11 +0200 Subject: [PATCH 1/2] go 1.25 --- .github/workflows/ci.yml | 8 ++++---- go.mod | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4584bd27..c3e169a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: build: strategy: matrix: - go: ["1.24"] + go: ["1.25"] name: build runs-on: ubuntu-latest steps: @@ -27,7 +27,7 @@ jobs: test: strategy: matrix: - go: ["1.24"] + go: ["1.25"] name: test runs-on: ubuntu-latest steps: @@ -42,8 +42,8 @@ jobs: golangci: strategy: matrix: - go: ["1.24"] - lint: ["v2.1"] + go: ["1.25"] + lint: ["v2.3"] name: lint runs-on: ubuntu-latest steps: diff --git a/go.mod b/go.mod index b2369c0b..31bad8ce 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/simplesurance/registrator -go 1.24.5 +go 1.25.0 require ( github.com/coreos/go-etcd v2.0.0+incompatible From fa1fd988f18c750449f842caa47ed253a5106f71 Mon Sep 17 00:00:00 2001 From: Jose' Pedro Saraiva Date: Thu, 14 Aug 2025 11:52:59 +0200 Subject: [PATCH 2/2] golangci-lint 2.4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3e169a7..eff7a0b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: strategy: matrix: go: ["1.25"] - lint: ["v2.3"] + lint: ["v2.4"] name: lint runs-on: ubuntu-latest steps: