Skip to content

Commit 80e6b1a

Browse files
committed
all: increase the base Go version from Go1.17 to Go1.18 and remove obsolete // +build ... directives
1 parent 68d20eb commit 80e6b1a

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ require (
77

88
require github.com/valyala/fastrand v1.1.0 // indirect
99

10-
go 1.17
10+
go 1.18

process_metrics_other.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !linux && !windows && !solaris
2-
// +build !linux,!windows,!solaris
32

43
package metrics
54

process_metrics_solaris.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build solaris
2-
// +build solaris
32

43
// Author: Jens Elkner (C) 2025
54

process_metrics_windows.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build windows
2-
// +build windows
32

43
package metrics
54

0 commit comments

Comments
 (0)