Skip to content

Commit 9e9f4a5

Browse files
author
burkebot
committed
hostsfile: lower module Go version to 1.17
Set the module directive to Go 1.17, which is the oldest version that still compiles the repository because the code uses os.CreateTemp. Run the standard formatting and fix-up commands and verify the package tests pass under both the current toolchain and Go 1.17. No go.sum file is generated because the repository has no external module dependencies.
1 parent 952e8e0 commit 9e9f4a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/kevinburke/hostsfile
22

3-
go 1.24.0
3+
go 1.17

0 commit comments

Comments
 (0)