Skip to content

Commit

Permalink
bump Go to 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
majewsky committed Feb 7, 2024
1 parent d845100 commit e97d51c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/core/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ package core

const (
DefaultAlpineImage = "3.19"
DefaultGolangImagePrefix = "1.21.6-alpine"
DefaultGolangImagePrefix = "1.22.0-alpine"

DefaultGoVersion = "1.21"
DefaultGoVersion = "1.22"
DefaultPostgresVersion = "12"
DefaultLinkerdAwaitVersion = "0.2.7"
DefaultK8sEnvtestVersion = "1.26.x!"
Expand Down

0 comments on commit e97d51c

Please sign in to comment.