Skip to content

Commit

Permalink
fix(go.mod): Update go version
Browse files Browse the repository at this point in the history
Uses `1.22` as the `go` version and `go1.22.8` as the toolchain version.
This should fix GH actions, enabling it to select and use the latest
patch version of go1.22 rather than go1.22.0 every time.
  • Loading branch information
ctlong committed Oct 7, 2024
1 parent 3357110 commit 581737d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module code.cloudfoundry.org/log-cache-cli/v4

go 1.22.0
go 1.22

toolchain go1.22.8

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

0 comments on commit 581737d

Please sign in to comment.