Skip to content

Commit 3809e7d

Browse files
chore(deps): update dependency go
1 parent 8ebe7dd commit 3809e7d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v5
1616
with:
17-
go-version: 1.25
17+
go-version: 1.26
1818
- name: Run GoReleaser
1919
uses: goreleaser/goreleaser-action@v6
2020
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: 1.25
19+
go-version: 1.26
2020
- name: Run GoReleaser
2121
uses: goreleaser/goreleaser-action@v6
2222
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: 1.25
18+
go-version: 1.26
1919

2020
- name: Build
2121
run:
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set up Go
5151
uses: actions/setup-go@v5
5252
with:
53-
go-version: 1.25
53+
go-version: 1.26
5454
- name: Download result for build
5555
uses: actions/download-artifact@v5
5656
with:

go.mod

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

33
go 1.24.6
44

5-
toolchain go1.25.6
5+
toolchain go1.26.1
66

77
require (
88
github.com/Masterminds/sprig/v3 v3.3.0

0 commit comments

Comments
 (0)