Skip to content

Commit

Permalink
chore(deps): Upgrading to go v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
fclairamb committed Feb 23, 2024
1 parent 3878b7c commit 90dbae0
Show file tree
Hide file tree
Showing 2 changed files with 3 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.22

require (
github.com/fclairamb/go-log v0.4.1
Expand Down

0 comments on commit 90dbae0

Please sign in to comment.