Chore: Bump Go to 1.23.4 (#98853)

* Chore: Bump Go to 1.23.4

This is done in preparation of updating the App SDK library we import, as it has bumped its Go version to 1.23.4 as well.

* Chore: make update-workspace
This commit is contained in:
Mariell Hoversholm
2025-01-14 09:28:44 +01:00
committed by GitHub
parent 8054b30d5d
commit 05ea05d64e
8 changed files with 112 additions and 112 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
go 1.23.1
go 1.23.4
// The `skip:golangci-lint` comment tag is used to exclude the package from the `golangci-lint` GitHub Action.
// The module at the root of the repo (`.`) is excluded because ./pkg/... is included manually in the `golangci-lint` configuration.