Skip to content

Commit 9edc530

Browse files
t2ycpuschma
authored andcommitted
feat: update minimum go version to 1.25
1 parent 1fd1503 commit 9edc530

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
steps:
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.24"
16+
go-version: "1.25"
1717
cache: false
1818
- uses: actions/checkout@v4
1919
- name: golangci-lint
20-
uses: golangci/golangci-lint-action@v6
20+
uses: golangci/golangci-lint-action@v9
2121
with:
2222
version: latest
2323
only-new-issues: true

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
go: ["1.25", "1.24"]
12+
go: ["1.26", "1.25"]
1313
directory: ["./v3"]
1414
name: Go ${{ matrix.go }}.x PR Validate ${{ matrix.directory }} (Modules)
1515
steps:

v3/go.mod

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

3-
go 1.24.0
3+
go 1.25
44

55
require (
66
github.com/Azure/go-ntlmssp v0.1.0

0 commit comments

Comments
 (0)