From 8ccc2c3703bc72df2c0a933fedc8353d97cf1966 Mon Sep 17 00:00:00 2001 From: Jose' Pedro Saraiva Date: Thu, 14 Aug 2025 11:55:45 +0200 Subject: [PATCH] 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 15257f6..b7d6b76 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.4"] name: lint runs-on: ubuntu-latest steps: diff --git a/go.mod b/go.mod index 59ba4ab..8d0b05c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/simplesurance/dependencies-tool/v3 -go 1.24.5 +go 1.25.0 require ( github.com/awalterschulze/gographviz v2.0.3+incompatible