Skip to content

Commit

Permalink
chore(deps): update go to v1.24.0 + dependencies (#71)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency go to v1.24.0

* Update dependencies

---------

Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: nicolaasuni-vonage <[email protected]>
  • Loading branch information
1 parent 93c54b3 commit 12ca0c0
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 22 deletions.
12 changes: 2 additions & 10 deletions .mend
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
{
"settingsInheritedFrom": "Vonage/whitesource-config@api-platform",
"settingsInheritedFrom": "Vonage/whitesource-config@main",
"remediateSettings": {
"timezone": "UTC",
"dependencyDashboardAutoclose": true
},
"packageRules": [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackageNames": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
]
"dependencyDashboardApproval": true
}
]
}
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
MIT LICENSE

Copyright (c) 2019-2024 Vonage
Copyright (c) 2019-2025 Vonage

Some of the code is subject to the same MIT license but with following copyright:

Copyright (c) 2017-2018 GENOMICS plc
Copyright (c) 2018-2024 Nicola Asuni - Tecnick.com
Copyright (c) 2017-2024 Nicola Asuni - Tecnick.com (binsearch.h)
Copyright (c) 2018-2025 Nicola Asuni - Tecnick.com
Copyright (c) 2017-2025 Nicola Asuni - Tecnick.com (binsearch.h)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.27
1.6.28
2 changes: 1 addition & 1 deletion c/doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PROJECT_NAME = "NumKey"
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 1.6.27
PROJECT_NUMBER = 1.6.28

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
Expand Down
2 changes: 1 addition & 1 deletion cgo/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ linters:
- tagliatelle # Checks the struct tags. [fast: true, auto-fix: false]
- testpackage # linter that makes you use a separate _test package [fast: true, auto-fix: false]
- varnamelen # checks that the length of a variable's name matches its scope [fast: false, auto-fix: false]
- exportloopref # deprecated
- tenv # deprecated
2 changes: 1 addition & 1 deletion cgo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ GOFMT=$(shell which gofmt)
GOTEST=GOPATH=$(GOPATH) $(shell which gotest)
GODOC=GOPATH=$(GOPATH) $(shell which godoc)
GOLANGCILINT=$(BINUTIL)/golangci-lint
GOLANGCILINTVERSION=v1.63.4
GOLANGCILINTVERSION=v1.64.4

# Directory containing the source code
SRCDIR=./src
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/Vonage/numkey

go 1.23
go 1.24

toolchain go1.23.6
toolchain go1.24.0

require (
github.com/jstemmer/go-junit-report/v2 v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion go/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ linters:
- tagliatelle # Checks the struct tags. [fast: true, auto-fix: false]
- testpackage # linter that makes you use a separate _test package [fast: true, auto-fix: false]
- varnamelen # checks that the length of a variable's name matches its scope [fast: false, auto-fix: false]
- exportloopref # deprecated
- tenv # deprecated
2 changes: 1 addition & 1 deletion go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ GOFMT=$(shell which gofmt)
GOTEST=GOPATH=$(GOPATH) $(shell which gotest)
GODOC=GOPATH=$(GOPATH) $(shell which godoc)
GOLANGCILINT=$(BINUTIL)/golangci-lint
GOLANGCILINTVERSION=v1.63.4
GOLANGCILINTVERSION=v1.64.4

# Directory containing the source code
SRCDIR=./src
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def run(self):

setup(
name="numkey",
version="1.6.27.1",
version="1.6.28.1",
keywords=("numkey E.164 shortcode lvn did encoding"),
description="NumKey Bindings for Python",
long_description=read("../README.md"),
Expand Down

0 comments on commit 12ca0c0

Please sign in to comment.