From b1af6b33629caf7359ef1e6a4897ccc5947ea9a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 11:48:49 +0000 Subject: [PATCH] chore(deps): update go toolchain directive to v1.26.7 --- .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 5c46c9fb..e4344524 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v7 with: - go-version: '1.26.6' + go-version: '1.26.7' - 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 33b22b3e..8ce8a1a7 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.26.6 +toolchain go1.26.7 require ( github.com/Jeffail/gabs/v2 v2.7.0