We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edcbd14 commit fe14210Copy full SHA for fe14210
2 files changed
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Setup Go
31
uses: actions/setup-go@v6
32
with:
33
- go-version: '1.25.4'
+ go-version: '1.25.7'
34
- name: Test with the Go CLI
35
run: cd api && go test ./... -coverpkg=./... -coverprofile=coverage.out -v
36
api/go.mod
@@ -2,7 +2,7 @@ module github.com/NethServer/nethsecurity-controller/api
2
3
go 1.24.0
4
5
-toolchain go1.25.4
+toolchain go1.25.7
6
7
require (
8
github.com/Jeffail/gabs/v2 v2.7.0
0 commit comments