File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ permissions:
348348env :
349349 # Default versions for tooling
350350 DEFAULT_NODE_VERSION : " 24"
351- DEFAULT_GO_VERSION : " 1.25 "
351+ DEFAULT_GO_VERSION : " 1.26 "
352352 DEFAULT_GOLANGCI_LINT_VERSION : " 2.11.4"
353353 DEFAULT_TRUFFLEHOG_VERSION : " 3.94.3"
354354 DEFAULT_MAGE_VERSION : " 1.17.1"
Original file line number Diff line number Diff line change 11module github.com/grafana/plugin-ci-workflows/examples/base
22
3- go 1.25.4
4-
3+ go 1.26.3
Original file line number Diff line number Diff line change 11module github.com/grafana/plugin-ci-workflows/tests/act
22
3- go 1.25.4
3+ go 1.26.3
44
55require (
66 github.com/go-logfmt/logfmt v0.6.1
Original file line number Diff line number Diff line change 11module github.com/grafana/simple-backend
22
3- go 1.25
3+ go 1.26
44
55require github.com/grafana/grafana-plugin-sdk-go v0.280.0
66
You can’t perform that action at this time.
0 commit comments