Skip to content

Commit 683ec0a

Browse files
authored
chore(deps): Upgrading to go v1.22 (#434)
* chore(deps): Upgrading to go v1.22
1 parent 3878b7c commit 683ec0a

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
go: [ '1.21', '1.20', '1.19' ]
18+
go: [ '1.22', '1.21', '1.20' ]
1919
include:
20-
- go: '1.21'
20+
- go: '1.22'
2121
lint: true
2222

2323
# Steps represent a sequence of tasks that will be executed as part of the job

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/fclairamb/ftpserverlib
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/fclairamb/go-log v0.4.1

transfer_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,8 @@ func TestPASVConnectionWait(t *testing.T) {
10301030
assert.NoError(t, err)
10311031
}
10321032

1033+
// On Mac Os X, this requires to issue the following command:
1034+
// sudo ifconfig lo0 alias 127.0.1.1 up
10331035
func TestPASVIPMatch(t *testing.T) {
10341036
s := NewTestServer(t, false)
10351037

0 commit comments

Comments
 (0)