diff --git a/.woodpecker.env b/.woodpecker.env index 94a6f1e222..41b7fc9ed3 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -1,4 +1,4 @@ # The test runner source for UI tests -WEB_COMMITID=05cf6c25e32aeedf0901fcd5e6d43f7646310ef2 +WEB_COMMITID=43eeb67d031d5adf44d1168fe638531d13c51dd8 WEB_BRANCH=main diff --git a/services/web/Makefile b/services/web/Makefile index 42adc72f72..1b3c4f5d40 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v5.1.0 +WEB_ASSETS_VERSION = v6.0.0 WEB_ASSETS_BRANCH = main ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI