Fix build lines conflict with go toolchain version

21fce7918e adds build tags, however,
these specific tags are not supported in the go version set in go.mod (1.12).
See <https://go.dev/doc/go1.17#build-lines> and <https://go.dev/doc/go1.18#go-build-lines>.
This commit is contained in:
Matthias Kunnen
2025-05-23 17:24:18 +02:00
parent 14a2ca2acd
commit d38d347cc6

2
go.mod
View File

@@ -1,3 +1,3 @@
module github.com/taigrr/systemctl
go 1.12
go 1.18