1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-15 01:34:26 +02:00

go-deadlock version bump to fix crash with go 1.23

This commit is contained in:
Chris McDonnell
2025-02-10 01:43:35 -05:00
parent a5698b86fa
commit f117eed614
21 changed files with 201 additions and 124 deletions

View File

@ -1,5 +1,4 @@
# goid [![Build Status](https://travis-ci.org/petermattis/goid.svg?branch=master)](https://travis-ci.org/petermattis/goid)
# goid ![Build Status](https://github.com/petermattis/goid/actions/workflows/go.yml/badge.svg)
Programatically retrieve the current goroutine's ID. See [the CI
configuration](.travis.yml) for supported Go versions. In addition,
gccgo 7.2.1 (Go 1.8.3) is supported.
configuration](.github/workflows/go.yml) for supported Go versions.