There was an error while loading. Please reload this page.
1 parent 045fa51 commit e7f29dcCopy full SHA for e7f29dc
2 files changed
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Setup Go
31
uses: actions/setup-go@v7
32
with:
33
- go-version: '1.26.6'
+ go-version: '1.26.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.25.0
4
5
-toolchain go1.26.6
+toolchain go1.26.7
6
7
require (
8
github.com/Jeffail/gabs/v2 v2.7.0
0 commit comments