Skip to content

Commit

Permalink
fix(techdocs-rewrite-relative-links): run go mod tidy (#653)
Browse files Browse the repository at this point in the history
The last commit broke `techdocs-rewrite-relative-links`, leaving it in a
state where it needs `go mod tidy`ing. Here we do that.

```
go: updates to go.mod needed; to update it:
	go mod tidy

```
  • Loading branch information
iainlane authored Dec 16, 2024
1 parent d55f5e9 commit a4e8131
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions actions/techdocs-rewrite-relative-links/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module github.com/grafana/shared-workflows/actions/techdocs-rewrite-relative-links

go 1.22.2
toolchain go1.23.4
go 1.23.4

require (
github.com/aymanbagabas/go-udiff v0.2.0
Expand Down

0 comments on commit a4e8131

Please sign in to comment.