Skip to content

Commit 2ba6cdd

Browse files
authored
chore(deps): update default Go version to 1.26 (#745)
1 parent a879e03 commit 2ba6cdd

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ permissions:
348348
env:
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"

examples/base/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
module github.com/grafana/plugin-ci-workflows/examples/base
22

3-
go 1.25.4
4-
3+
go 1.26.3

tests/act/go.mod

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

3-
go 1.25.4
3+
go 1.26.3
44

55
require (
66
github.com/go-logfmt/logfmt v0.6.1

tests/simple-backend/go.mod

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

3-
go 1.25
3+
go 1.26
44

55
require github.com/grafana/grafana-plugin-sdk-go v0.280.0
66

0 commit comments

Comments
 (0)