Skip to content

Commit 2ab9558

Browse files
chore(deps): update dependency go to v1.25.0 (#563)
* chore(deps): update dependency go to v1.25.0 * upgrading ci * upgrading golangci-lint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Florent Clairambault <florent.clairambault@stonal.com> Co-authored-by: Florent Clairambault <florent.clairambault@gmail.com>
1 parent ddac0cd commit 2ab9558

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626

2727
strategy:
2828
matrix:
29-
go: [ '1.24', '1.23' ]
29+
go: [ '1.25', '1.24' ]
3030
include:
31-
- go: '1.24'
31+
- go: '1.25'
3232
lint: true
3333

3434
# Steps represent a sequence of tasks that will be executed as part of the job
@@ -41,7 +41,7 @@ jobs:
4141
if: matrix.lint
4242
uses: golangci/golangci-lint-action@v8.0.0
4343
with:
44-
version: v2.1.6
44+
version: v2.4.0
4545
only-new-issues: true
4646

4747
# Install Go

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/fclairamb/ftpserverlib
22

3-
go 1.23.0
3+
go 1.24.0
44

5-
toolchain go1.24.6
5+
toolchain go1.25.0
66

77
require (
88
github.com/fclairamb/go-log v0.6.0

0 commit comments

Comments
 (0)