Skip to content

Commit 697b89f

Browse files
chore: bump go version (#9473) (#9474)
* chore: bump go version * chore: bump go version to v1.23.4 (cherry picked from commit 1980893) Co-authored-by: PaddyMc <paddymchale@hotmail.com>
1 parent c655f6a commit 697b89f

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4242

4343
## Unreleased
4444

45+
## v30.0.1
46+
47+
### State Compatible
48+
49+
* [#9473](https://github.com/osmosis-labs/osmosis/pull/9473) chore: bump go version to v1.23.4
50+
4551
## v30.0.0
4652

4753
### State Breaking

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/osmosis-labs/osmosis/v30
22

3-
go 1.23.2
3+
go 1.23.4
44

55
require (
66
cloud.google.com/go/pubsub v1.49.0

go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.23.2
1+
go 1.23.4
22

33
use .
44

0 commit comments

Comments
 (0)