Skip to content

Commit

Permalink
feat: Bump module to Go 1.23
Browse files Browse the repository at this point in the history
* Requires go1.23.
* Sets toolchain to latest go1.23 version, which is go1.23.4.
  • Loading branch information
ctlong authored and chombium committed Jan 10, 2025
1 parent ca95711 commit 45fe466
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module code.cloudfoundry.org/log-cache-cli/v4

go 1.22
toolchain go1.22.8
go 1.23

toolchain go1.23.4

require (
code.cloudfoundry.org/cli v7.1.0+incompatible
Expand Down

0 comments on commit 45fe466

Please sign in to comment.