File tree 5 files changed +10
-4
lines changed
5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ release.
17
17
([ #1335 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1335 ) )
18
18
* [ ffspostgres] define and use demo specific postgres image
19
19
([ #1338 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1338 ) )
20
+ * [ accountingservice] update wiki link
21
+ ([ #1346 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1346 ) )
22
+ * [ checkoutservice] update wiki link
23
+ ([ #1346 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1346 ) )
24
+ * [ productcatalogservice] update wiki link
25
+ ([ #1346 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1346 ) )
20
26
* [ loadgenerator, frontend] enable browser traffic in loadgenerator using playwright
21
27
([ #1345 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1345 ) )
22
28
Original file line number Diff line number Diff line change 6
6
package tools
7
7
8
8
// This file follows the recommendation at
9
- // https://github.com/golang/go /wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
9
+ // https://go.dev /wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
10
10
// on how to pin tooling dependencies to a go.mod file.
11
11
// This ensures that all systems use the same version of tools in addition to regular dependencies.
12
12
Original file line number Diff line number Diff line change 7
7
package tools
8
8
9
9
// This file follows the recommendation at
10
- // https://github.com/golang/go /wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
10
+ // https://go.dev /wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
11
11
// on how to pin tooling dependencies to a go.mod file.
12
12
// This ensures that all systems use the same version of tools in addition to regular dependencies.
13
13
Original file line number Diff line number Diff line change 7
7
package tools
8
8
9
9
// This file follows the recommendation at
10
- // https://github.com/golang/go /wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
10
+ // https://go.dev /wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
11
11
// on how to pin tooling dependencies to a go.mod file.
12
12
// This ensures that all systems use the same version of tools in addition to regular dependencies.
13
13
Original file line number Diff line number Diff line change 7
7
package tools
8
8
9
9
// This file follows the recommendation at
10
- // https://github.com/golang/go /wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
10
+ // https://go.dev /wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
11
11
// on how to pin tooling dependencies to a go.mod file.
12
12
// This ensures that all systems use the same version of tools in addition to regular dependencies.
13
13
You can’t perform that action at this time.
0 commit comments