Skip to content

Commit

Permalink
chore(deps): Upgrading to go v1.22 (#434)
Browse files Browse the repository at this point in the history
* chore(deps): Upgrading to go v1.22
  • Loading branch information
fclairamb authored Feb 24, 2024
1 parent 3878b7c commit 683ec0a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:

strategy:
matrix:
go: [ '1.21', '1.20', '1.19' ]
go: [ '1.22', '1.21', '1.20' ]
include:
- go: '1.21'
- go: '1.22'
lint: true

# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/fclairamb/ftpserverlib

go 1.19
go 1.20

require (
github.com/fclairamb/go-log v0.4.1
Expand Down
2 changes: 2 additions & 0 deletions transfer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1030,6 +1030,8 @@ func TestPASVConnectionWait(t *testing.T) {
assert.NoError(t, err)
}

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

Expand Down

0 comments on commit 683ec0a

Please sign in to comment.