diff --git a/.go-version b/.go-version index ca8ec41..53cc1a6 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.23.5 +1.24.0 diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 9c6b045..7b6f927 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -12,7 +12,7 @@ plugins: # Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes) runtimes: enabled: - - go@1.23.5 # datasource=golang-version depName=go + - go@1.24.0 # datasource=golang-version depName=go - node@20.18.0 - python@3.11.9 # This is the section where you manage your linters. (https://docs.trunk.io/check/configuration) diff --git a/go.mod b/go.mod index bcf4001..6543e16 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/freelensapp/freelens-k8s-proxy -go 1.23.5 +go 1.24.0 require ( k8s.io/cli-runtime v0.32.1