File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 11module github.com/go-ldap/ldap/v3
22
3- go 1.24.0
3+ go 1.25
44
55require (
66 github.com/Azure/go-ntlmssp v0.1.0
You can’t perform that action at this time.
0 commit comments