File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- 9.4.25
1+ 9.4.26
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ PROJECT_NAME = "Binsearch"
3232# This could be handy for archiving the generated documentation or
3333# if some version control system is used.
3434
35- PROJECT_NUMBER = 9.4.25
35+ PROJECT_NUMBER = 9.4.26
3636
3737# Using the PROJECT_BRIEF tag one can provide an optional one line description
3838# for a project that appears at the top of each page and should give viewer
Original file line number Diff line number Diff line change 11module github.com/tecnickcom/binsearch
22
3- go 1.23
3+ go 1.24
44
5- toolchain go1.23.6
5+ toolchain go1.24.0
66
77require (
88 github.com/jstemmer/go-junit-report/v2 v2.1.0
Original file line number Diff line number Diff line change @@ -67,4 +67,4 @@ linters:
6767 - tagliatelle # Checks the struct tags. [fast: true, auto-fix: false]
6868 - testpackage # linter that makes you use a separate _test package [fast: true, auto-fix: false]
6969 - varnamelen # checks that the length of a variable's name matches its scope [fast: false, auto-fix: false]
70- - exportloopref # deprecated
70+ - tenv # deprecated
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ GOFMT=$(shell which gofmt)
5050GOTEST=GOPATH =$(GOPATH ) $(shell which gotest)
5151GODOC=GOPATH =$(GOPATH ) $(shell which godoc)
5252GOLANGCILINT =$(BINUTIL ) /golangci-lint
53- GOLANGCILINTVERSION =v1.63.4
53+ GOLANGCILINTVERSION =v1.64.2
5454
5555# Directory containing the source code
5656SRCDIR =./src
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def run(self):
3030
3131setup (
3232 name = "binsearch" ,
33- version = "9.4.25 .0" ,
33+ version = "9.4.26 .0" ,
3434 keywords = ("binsearch" ),
3535 description = "Binsearch Bindings for Python" ,
3636 long_description = read ("../README.md" ),
You can’t perform that action at this time.
0 commit comments