From 39c6e0bec6354a71209c2375d50af72d85c39c17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 10:11:44 +0000 Subject: [PATCH] chore(deps): update go toolchain directive to v1.26.4 --- .github/workflows/test.yml | 2 +- api/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 79757234..35f2f4d2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v6 with: - go-version: '1.25.11' + go-version: '1.26.4' - name: Test with the Go CLI run: cd api && go test ./... -coverpkg=./... -coverprofile=coverage.out -v diff --git a/api/go.mod b/api/go.mod index 3263556b..e8d48d2b 100644 --- a/api/go.mod +++ b/api/go.mod @@ -2,7 +2,7 @@ module github.com/NethServer/nethsecurity-controller/api go 1.25.0 -toolchain go1.25.11 +toolchain go1.26.4 require ( github.com/Jeffail/gabs/v2 v2.7.0