Skip to content

Commit 3a79d3b

Browse files
chore(deps): update dependency go to v1.26.0
1 parent fe14210 commit 3a79d3b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Go
3131
uses: actions/setup-go@v6
3232
with:
33-
go-version: '1.25.7'
33+
go-version: '1.26.0'
3434
- name: Test with the Go CLI
3535
run: cd api && go test ./... -coverpkg=./... -coverprofile=coverage.out -v
3636

api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/NethServer/nethsecurity-controller/api
22

33
go 1.24.0
44

5-
toolchain go1.25.7
5+
toolchain go1.26.0
66

77
require (
88
github.com/Jeffail/gabs/v2 v2.7.0

0 commit comments

Comments
 (0)