Skip to content

Commit c971a66

Browse files
authored
Update Go Version to 1.25.4 (#71)
1 parent 89921f9 commit c971a66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build Plugin
2929
uses: grafana/plugin-actions/build-plugin@main
3030
with:
31-
go-version: '1.24'
31+
go-version: '1.25.4'
3232
node-version: '22'
3333
attestation: true
3434
use_changelog_generator: true

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ricoberger/grafana-kubernetes-plugin
22

3-
go 1.24.6
3+
go 1.25.4
44

55
require (
66
github.com/alecthomas/kong v1.13.0

0 commit comments

Comments
 (0)