File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66FROM otel/weaver:v0.18.0@sha256:5425ade81dc22ddd840902b0638b4b6a9186fb654c5b50c1d1ccd31299437390 AS weaver
77
88# OPA is used to test policies enforced by weaver.
9- FROM openpolicyagent/opa:1.10.0 @sha256:c0814ce7811ecef8f1297a8e55774a1d5422e5c18b996b665acbc126124fab19 AS opa
9+ FROM openpolicyagent/opa:1.10.1 @sha256:4715d0574ca2f8c5ecd65b4e5b0833a53aea0f79c31e52a93972b104bbd614fd AS opa
1010
1111# Lychee is used for checking links in documentation.
1212FROM lycheeverse/lychee:sha-0a96dc2@sha256:2d397eb32e4add073deb5af328f7d644538cd62c007892c57b57551b073b6a12 AS lychee
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/open-telemetry/opentelemetry-specification/internal/tools
22
33go 1.24.0
44
5- toolchain go1.25.3
5+ toolchain go1.25.4
66
77require (
88 github.com/client9/misspell v0.3.4
You can’t perform that action at this time.
0 commit comments