From 6c387336e19f9f3bdd44779d12c73f2cf92bd277 Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Mon, 13 Oct 2025 16:09:44 +0200 Subject: [PATCH] chore/bump-web-4.1.0 (#1652) CI shows a false failure. merge it --- .woodpecker.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.env b/.woodpecker.env index 5b708a062..f4b1eabd3 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -1,4 +1,4 @@ # The test runner source for UI tests -WEB_COMMITID=1abc9f6c9bf8b5fe6c8e9cb8418dab7911edaec7 +WEB_COMMITID=425ec35c41a1f034a8f9dbc6ab7f7d27b994578a WEB_BRANCH=main diff --git a/services/web/Makefile b/services/web/Makefile index a30b85f5a..2506383e6 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v4.0.0 +WEB_ASSETS_VERSION = v4.1.0 WEB_ASSETS_BRANCH = main ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI