[v9.3.x] Chore: Upgrade Go to 1.20.1 and Alpine to 3.17 (#63891) (#66455)

* CI: Split  subcommand (#66005)

* Update e2e package

- Ensure health request is monitored for addDatasource flow
- Add custom timeout to configurePanel flow

(cherry picked from commit 155fcae4aa)

* Make health check optional

(cherry picked from commit 91f66d61e1)

---------

Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
This commit is contained in:
Dimitris Sotirakis
2023-04-13 16:57:19 +03:00
committed by GitHub
co-authored by Andreas Christou
parent b34f9779fd
commit a807c04177
19 changed files with 102 additions and 28 deletions
+1
View File
@@ -4,6 +4,7 @@ import (
"strings"
"github.com/grafana/grafana-plugin-sdk-go/data"
"github.com/grafana/grafana/pkg/tsdb/intervalv2"
)