We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8fd1e6 commit 803c094Copy full SHA for 803c094
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Setup go
30
uses: actions/setup-go@v6.2.0
31
with:
32
- go-version: 1.25.6
+ go-version: 1.25.7
33
34
- name: Build
35
run: go build -v ./...
go.mod
@@ -2,7 +2,7 @@ module github.com/fclairamb/ftpserver
2
3
go 1.25.0
4
5
-toolchain go1.25.7
+toolchain go1.26.0
6
7
require (
8
cloud.google.com/go/storage v1.60.0
0 commit comments