Skip to content

Commit

Permalink
Update dependency go to v1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2025
1 parent 6fffd16 commit 660b16c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.5
1.24.0
2 changes: 1 addition & 1 deletion .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 660b16c

Please sign in to comment.