Skip to content

Commit b089b4f

Browse files
authored
Go 1.25 support (#40)
1 parent 131f586 commit b089b4f

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- "1.20"
1818
- "1.22"
1919
- "1.23"
20+
- "1.25"
2021
steps:
2122
- uses: actions/checkout@v4
2223

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/sasha-s/go-deadlock
22

3-
require github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7
3+
require github.com/petermattis/goid v0.0.0-20250813065127-a731cc31b4fe

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 h1:Dx7Ovyv/SFnMFw3fD4oEoeorXc6saIiQ23LrGLth0Gw=
2-
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7/go.mod h1:pxMtw7cyUw6B2bRH0ZBANSPg+AoSud1I1iyJHI69jH4=
1+
github.com/petermattis/goid v0.0.0-20250813065127-a731cc31b4fe h1:vHpqOnPlnkba8iSxU4j/CvDSS9J4+F4473esQsYLGoE=
2+
github.com/petermattis/goid v0.0.0-20250813065127-a731cc31b4fe/go.mod h1:pxMtw7cyUw6B2bRH0ZBANSPg+AoSud1I1iyJHI69jH4=

0 commit comments

Comments
 (0)