Skip to content

Commit

Permalink
chore: Bump to Go version 1.23.1
Browse files Browse the repository at this point in the history
Go 1.23.1 includes security fixes to the encoding/gob,
go/build/constraint, and go/parser packages, as well as bug fixes to the
compiler, the go command, the runtime, and the database/sql, go/types,
os, runtime/trace, and unique packages.

See: https://groups.google.com/g/golang-announce/c/K-cEzDeCtpc
  • Loading branch information
mgaffney committed Sep 9, 2024
1 parent d45aa40 commit da8fc38
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.0
1.23.1
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/boundary/api

go 1.23.0
go 1.23.1

require (
github.com/hashicorp/boundary/sdk v0.0.40
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/boundary

go 1.23.0
go 1.23.1

replace github.com/hashicorp/boundary/api => ./api

Expand Down
2 changes: 1 addition & 1 deletion sdk/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/boundary/sdk

go 1.23.0
go 1.23.1

require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1
Expand Down

0 comments on commit da8fc38

Please sign in to comment.