Skip to content

Commit

Permalink
fixing build constraint failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramadon committed Oct 3, 2024
1 parent 14039cf commit c2df70d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/influxdata/telegraf

go 1.20
go 1.21

toolchain go1.23.1

require (
cloud.google.com/go/bigquery v1.55.0
Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/procstat/memmap.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build linux || darwin
//go:build linux

package procstat

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/procstat/memmap_notlinux.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build windows
//go:build !linux

package procstat

Expand Down

0 comments on commit c2df70d

Please sign in to comment.