Skip to content

Commit fb3e441

Browse files
chore(deps): update dependency go to v1.25.1 (main) (#99)
* chore(deps): update dependency go to v1.25.1 * 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 <nicola.asuni@vonage.com>
1 parent d1a5f49 commit fb3e441

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: checkout repository
3636
uses: actions/checkout@v5
3737
- name: setup go build environment
38-
uses: actions/setup-go@v5
38+
uses: actions/setup-go@v6
3939
with:
4040
go-version-file: 'go.mod'
4141
check-latest: true
@@ -50,7 +50,7 @@ jobs:
5050
- name: checkout repository
5151
uses: actions/checkout@v5
5252
- name: setup go build environment
53-
uses: actions/setup-go@v5
53+
uses: actions/setup-go@v6
5454
with:
5555
go-version-file: 'go.mod'
5656
check-latest: true

.github/workflows/confluence.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v5
1818
with: { ref: main }
1919
- name: setup go build environment
20-
uses: actions/setup-go@v5
20+
uses: actions/setup-go@v6
2121
with:
2222
go-version-file: 'go.mod'
2323
check-latest: true

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.55
1+
1.6.56

c/doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PROJECT_NAME = "NumKey"
3232
# This could be handy for archiving the generated documentation or
3333
# if some version control system is used.
3434

35-
PROJECT_NUMBER = 1.6.55
35+
PROJECT_NUMBER = 1.6.56
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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/Vonage/numkey
22

33
go 1.25
44

5-
toolchain go1.25.0
5+
toolchain go1.25.1

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def run(self):
3030

3131
setup(
3232
name="numkey",
33-
version="1.6.55.1",
33+
version="1.6.56.1",
3434
keywords=("numkey E.164 shortcode lvn did encoding"),
3535
description="NumKey Bindings for Python",
3636
long_description=read("../README.md"),

0 commit comments

Comments
 (0)