Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
environment: ${{ matrix.environment }}
docs-only: ${{ fromJSON(github.event.inputs.docs-only) }}
scopes: ${{ github.event.inputs.environment == 'cloud (recommended)' && 'grafana_cloud' || github.event.inputs.environment == 'on-prem (for emergencies fix to On Prem customers)' && 'universal' }}
go-version: "1.24"
go-version: "1.25"
golangci-lint-version: "2.1.6"
run-playwright: false
github-draft-release: false
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
id-token: write
with:
plugin-version-suffix: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || '' }}
go-version: "1.24"
go-version: "1.25"
golangci-lint-version: "2.1.6"
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/grafana/clickhouse-datasource

go 1.24.6
go 1.25.5

require (
github.com/ClickHouse/clickhouse-go/v2 v2.42.0
Expand Down