Skip to content

Commit

Permalink
sync: update CI config files (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
web3-bot authored Aug 17, 2021
1 parent 501872d commit 873a3c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion p2p/transport/tcp/metrics_darwin.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//+build darwin
//go:build darwin
// +build darwin

package tcp

Expand Down
3 changes: 2 additions & 1 deletion p2p/transport/tcp/metrics_general.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//+build !linux,!darwin
//go:build !linux && !darwin
// +build !linux,!darwin

package tcp

Expand Down
3 changes: 2 additions & 1 deletion p2p/transport/tcp/metrics_linux.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//+build linux
//go:build linux
// +build linux

package tcp

Expand Down

0 comments on commit 873a3c5

Please sign in to comment.