diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 3f1613c7c..026d29d02 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -92,7 +92,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: "~1.21" + go-version: "~1.22" check-latest: true cache-dependency-path: ${{ matrix.pluginDir }}/go.sum if: steps.backend-check.outputs.MAGEFILE_EXISTS == 'true' diff --git a/examples/app-with-backend/go.mod b/examples/app-with-backend/go.mod index d3d6433df..adc3bd67a 100755 --- a/examples/app-with-backend/go.mod +++ b/examples/app-with-backend/go.mod @@ -1,6 +1,6 @@ module github.com/grafana/app-with-backend -go 1.21 +go 1.22 toolchain go1.22.1 diff --git a/examples/app-with-service-account/go.mod b/examples/app-with-service-account/go.mod index 3a5f431ae..9754dc79f 100644 --- a/examples/app-with-service-account/go.mod +++ b/examples/app-with-service-account/go.mod @@ -1,6 +1,6 @@ module github.com/grafana/app-with-service-account -go 1.21 +go 1.22 require github.com/grafana/grafana-plugin-sdk-go v0.252.0 diff --git a/examples/datasource-basic/go.mod b/examples/datasource-basic/go.mod index 3d92444b6..07122c720 100644 --- a/examples/datasource-basic/go.mod +++ b/examples/datasource-basic/go.mod @@ -1,6 +1,6 @@ module github.com/grafana/basic-datasource -go 1.21 +go 1.22 toolchain go1.22.1 diff --git a/examples/datasource-http-backend/go.mod b/examples/datasource-http-backend/go.mod index a3efb247d..393fd8d9a 100644 --- a/examples/datasource-http-backend/go.mod +++ b/examples/datasource-http-backend/go.mod @@ -1,6 +1,6 @@ module github.com/grafana/datasource-http-backend -go 1.21 +go 1.22 toolchain go1.22.1 diff --git a/examples/datasource-streaming-backend-websocket/streaming-backend-websocket-plugin/go.mod b/examples/datasource-streaming-backend-websocket/streaming-backend-websocket-plugin/go.mod index 04d7dbcdc..e44f62721 100644 --- a/examples/datasource-streaming-backend-websocket/streaming-backend-websocket-plugin/go.mod +++ b/examples/datasource-streaming-backend-websocket/streaming-backend-websocket-plugin/go.mod @@ -1,6 +1,6 @@ module github.com/grafana/example-websocket-datasource -go 1.21 +go 1.22 toolchain go1.22.1