Skip to content

Commit 7b3f124

Browse files
chore(deps): update dependency go
1 parent 06336e2 commit 7b3f124

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@v5.4.0
3131
with:
32-
go-version: 1.21.3
32+
go-version: 1.24.1
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.23.0
44

5-
toolchain go1.24.1
5+
toolchain go1.24.2
66

77
require (
88
github.com/aws/aws-sdk-go v1.55.6

0 commit comments

Comments
 (0)