Skip to content

Commit

Permalink
support Go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
choleraehyq authored Dec 26, 2023
1 parent d015a00 commit ebfd3a3
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.22
// +build gc,go1.19,!go1.22
//go:build gc && go1.19 && !go1.23
// +build gc,go1.19,!go1.23

package goid

Expand Down

0 comments on commit ebfd3a3

Please sign in to comment.