Skip to content

Commit

Permalink
pid: support Go 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Cholerae Hu <choleraehyq@gmail.com>
  • Loading branch information
choleraehyq committed Dec 8, 2022
1 parent bb834e6 commit fd74167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions p_m_go1.19.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// permissions and limitations under the License. See the AUTHORS file
// for names of contributors.

//go:build gc && go1.19 && !go1.20
// +build gc,go1.19,!go1.20
//go:build gc && go1.19 && !go1.21
// +build gc,go1.19,!go1.21

package goid

Expand Down

0 comments on commit fd74167

Please sign in to comment.