Skip to content

Commit eb86313

Browse files
committed
chore: bumping go version 1.22
1 parent 052c814 commit eb86313

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- uses: actions/setup-go@v5
9494
with:
95-
go-version: "~1.21"
95+
go-version: "~1.22"
9696
check-latest: true
9797
cache-dependency-path: ${{ matrix.pluginDir }}/go.sum
9898
if: steps.backend-check.outputs.MAGEFILE_EXISTS == 'true'

examples/app-with-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/app-with-backend
22

3-
go 1.21
3+
go 1.22
44

55
toolchain go1.22.1
66

examples/app-with-service-account/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/app-with-service-account
22

3-
go 1.21
3+
go 1.22
44

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

examples/datasource-basic/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/basic-datasource
22

3-
go 1.21
3+
go 1.22
44

55
toolchain go1.22.1
66

examples/datasource-http-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/datasource-http-backend
22

3-
go 1.21
3+
go 1.22
44

55
toolchain go1.22.1
66

examples/datasource-streaming-backend-websocket/streaming-backend-websocket-plugin/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/example-websocket-datasource
22

3-
go 1.21
3+
go 1.22
44

55
toolchain go1.22.1
66

0 commit comments

Comments
 (0)