Skip to content

Commit a1c2562

Browse files
author
Szymon Pankalla
committed
Update wiki url
1 parent 9ed7785 commit a1c2562

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

internal/tools/tools.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
package tools
77

88
// 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
1010
// on how to pin tooling dependencies to a go.mod file.
1111
// This ensures that all systems use the same version of tools in addition to regular dependencies.
1212

src/accountingservice/tools.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
package tools
88

99
// 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
1111
// on how to pin tooling dependencies to a go.mod file.
1212
// This ensures that all systems use the same version of tools in addition to regular dependencies.
1313

src/checkoutservice/tools.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
package tools
88

99
// 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
1111
// on how to pin tooling dependencies to a go.mod file.
1212
// This ensures that all systems use the same version of tools in addition to regular dependencies.
1313

src/productcatalogservice/tools.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
package tools
88

99
// 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
1111
// on how to pin tooling dependencies to a go.mod file.
1212
// This ensures that all systems use the same version of tools in addition to regular dependencies.
1313

0 commit comments

Comments
 (0)