From a2d9ce583fb9ba683a306fd37751d5a7f7a77385 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sat, 6 Jun 2026 10:08:28 -0300 Subject: [PATCH] feat(deps): go1.26.4 Signed-off-by: Carlos Alexandro Becker --- CONTRIBUTING.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bfeed22..3f9d617 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ By participating to this project, you agree to abide our [code of conduct](https Prerequisites: - [Task](https://taskfile.dev/#/installation) -- [Go 1.21+](https://golang.org/doc/install) +- [Go 1.26+](https://golang.org/doc/install) - [Docker](https://www.docker.com/) - `gpg` (probably already installed on your system) diff --git a/go.mod b/go.mod index afbe57a..189a971 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/goreleaser/nfpm/v2 -go 1.25.0 +go 1.26.4 require ( dario.cat/mergo v1.0.2