Skip to content

Commit

Permalink
Update go version for build
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasjackson committed Apr 25, 2024
1 parent 7514639 commit 089d08e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ module github.com/jumppad-labs/jumppad
// https://github.com/docker/cli/issues/4437
// fixed it by using docker v23.0.7-0.20230714215826-f00e7af96042+incompatible
// switch to v24.0.4+incompatible once github actions updates their docker version
go 1.21
go 1.22

toolchain go1.21.5
toolchain go1.22.2

require (
github.com/Masterminds/semver v1.5.0
Expand Down

0 comments on commit 089d08e

Please sign in to comment.