From 2d6fc019076174e4cdfb03ac49ec70a5820b86de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Garc=C3=ADa=20Montoro?= Date: Mon, 24 Aug 2026 10:21:16 +0200 Subject: [PATCH] Bump Go version in missed go.mod files (#38102) --- api/server/go.mod | 2 +- tools/mattermost-govet/go.mod | 2 +- tools/mmgotool/go.mod | 2 +- tools/sharedchannel-test/go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/server/go.mod b/api/server/go.mod index 069a474ac8a..308b0bc85d4 100644 --- a/api/server/go.mod +++ b/api/server/go.mod @@ -1,6 +1,6 @@ module github.com/mattermost/mattermost/api/internal -go 1.26.4 +go 1.26.7 require ( github.com/pb33f/libopenapi v0.36.4 diff --git a/tools/mattermost-govet/go.mod b/tools/mattermost-govet/go.mod index 01a3f9ccfe3..6244c59ba04 100644 --- a/tools/mattermost-govet/go.mod +++ b/tools/mattermost-govet/go.mod @@ -1,6 +1,6 @@ module github.com/mattermost/mattermost/tools/mattermost-govet -go 1.26.4 +go 1.26.7 require ( github.com/pb33f/libopenapi v0.36.4 diff --git a/tools/mmgotool/go.mod b/tools/mmgotool/go.mod index 6696a1d4acc..5037b183e69 100644 --- a/tools/mmgotool/go.mod +++ b/tools/mmgotool/go.mod @@ -1,6 +1,6 @@ module github.com/mattermost/mattermost/tools/mmgotool -go 1.26.4 +go 1.26.7 require github.com/spf13/cobra v1.10.2 diff --git a/tools/sharedchannel-test/go.mod b/tools/sharedchannel-test/go.mod index 682e657d3ce..2439f9b13c7 100644 --- a/tools/sharedchannel-test/go.mod +++ b/tools/sharedchannel-test/go.mod @@ -1,6 +1,6 @@ module github.com/mattermost/mattermost/tools/sharedchannel-test -go 1.26.4 +go 1.26.7 require github.com/mattermost/mattermost/server/public v0.4.0