Commit 222d9c9
authored
go.mod: remove
* go.mod: remove replace directive
This replace directive was added in d3f39e3,
and may have been for testing, and accidentally left behind.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* go.mod: declare Go 1.17 as minimum version
Go 1.17 is the oldest version covered by CI. Declare it explicitly to avoid
Go tooling adding the currently installed toolchain version when updating the
module file.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
---------
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>replace directive, and declare Go 1.17 as minimum version (#56)1 parent 79f446b commit 222d9c9
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
0 commit comments