Skip to content

Commit 6669c07

Browse files
authored
Update Go 1.24 (#1290)
1 parent 8a8add8 commit 6669c07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
contents: read
1111

1212
env:
13-
GOLANGCI_LINT_VERSION: v1.61.0
13+
GOLANGCI_LINT_VERSION: v1.64.2
1414

1515
jobs:
1616
lint-build-test:

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/grafana-plugin-sdk-go
22

3-
go 1.23.5
3+
go 1.24.1
44

55
require (
66
github.com/apache/arrow-go/v18 v18.2.0

0 commit comments

Comments
 (0)