diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2bb8948a..4572bc04 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.9' + go-version: '1.26.2' - 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 ef33a351..bc8a7ceb 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.9 +toolchain go1.26.2 require ( github.com/Jeffail/gabs/v2 v2.7.0