We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89921f9 commit c971a66Copy full SHA for c971a66
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Build Plugin
29
uses: grafana/plugin-actions/build-plugin@main
30
with:
31
- go-version: '1.24'
+ go-version: '1.25.4'
32
node-version: '22'
33
attestation: true
34
use_changelog_generator: true
go.mod
@@ -1,6 +1,6 @@
1
module github.com/ricoberger/grafana-kubernetes-plugin
2
3
-go 1.24.6
+go 1.25.4
4
5
require (
6
github.com/alecthomas/kong v1.13.0
0 commit comments