From 63cb8875581f97684a4f3fcf9c9bd3fd21d5c556 Mon Sep 17 00:00:00 2001 From: Rajeev Baliyan <20521486+rbaliyan@users.noreply.github.com> Date: Fri, 8 May 2026 15:08:14 +0530 Subject: [PATCH] chore: bump Go to 1.26.3 and golangci-lint to 2.11.4 Addresses vulnerabilities in Go 1.25 by moving to 1.26.3. Updates golangci-lint to 2.11.4 for Go 1.26 compatibility. CI workflows already use go-version-file: go.mod, so no hardcoded Go versions in the action need updating. --- .github/workflows/ci.yml | 2 +- .mise.toml | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5175443..5ebe5f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: - name: Run golangci-lint uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9 with: - version: v2.8.0 + version: v2.11.4 args: --tests=false codeql: diff --git a/.mise.toml b/.mise.toml index f1e70fa..3f23f85 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,5 +1,5 @@ [tools] -go = "1.25" +go = "1.26.3" just = "latest" "go:golang.org/x/vuln/cmd/govulncheck" = "latest" "go:github.com/securego/gosec/v2/cmd/gosec" = "v2.25.0" diff --git a/go.mod b/go.mod index 00b12d6..76ac491 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/rbaliyan/event-mongodb -go 1.25.9 +go 1.26.3 require ( github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20250520111509-a70c2aa677fa