Skip to content

Commit 803c094

Browse files
chore(deps): update dependency go (#1600)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f8fd1e6 commit 803c094

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup go
3030
uses: actions/setup-go@v6.2.0
3131
with:
32-
go-version: 1.25.6
32+
go-version: 1.25.7
3333

3434
- name: Build
3535
run: go build -v ./...

go.mod

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

33
go 1.25.0
44

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

77
require (
88
cloud.google.com/go/storage v1.60.0

0 commit comments

Comments
 (0)