Skip to content

Commit f9fe4bb

Browse files
committed
chore: bumping toolchain go version to fix vulncheck
1 parent 0d1bb79 commit f9fe4bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/).
44

5-
## 0.44.0 (18th November 2025)
5+
## 0.44.0 (5th December 2025)
66

77
### Added:
88
* Added Transit Gateway invitation support: `ListInvitations()`, `AcceptInvitation()`, and `RejectInvitation()` methods for both Pro and Active-Active subscriptions

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/RedisLabs/rediscloud-go-api
22

33
go 1.24.0
44

5-
toolchain go1.25.3
5+
toolchain go1.25.5
66

77
require (
88
github.com/avast/retry-go/v4 v4.7.0

0 commit comments

Comments
 (0)