Skip to content

Commit

Permalink
Merge pull request #4 from algorand/golang-123
Browse files Browse the repository at this point in the history
Bump to Go 1.23, bump goid to latest from mainline.
  • Loading branch information
gmalouf authored Nov 15, 2024
2 parents c4b7f5a + 1aeb4ac commit 3c2a1c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/algorand/go-deadlock

go 1.20
go 1.23

require github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5
require github.com/petermattis/goid v0.0.0-20241025130422-66cb2e6d7274
5 changes: 2 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 h1:q2e307iGHPdTGp0hoxKjt1H5pDo6utceo3dQVK3I5XQ=
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5/go.mod h1:jvVRKCrJTQWu0XVbaOlby/2lO20uSCHEMzzplHXte1o=

github.com/petermattis/goid v0.0.0-20241025130422-66cb2e6d7274 h1:qli3BGQK0tYDkSEvZ/FzZTi9ZrOX86Q6CIhKLGc489A=
github.com/petermattis/goid v0.0.0-20241025130422-66cb2e6d7274/go.mod h1:pxMtw7cyUw6B2bRH0ZBANSPg+AoSud1I1iyJHI69jH4=

0 comments on commit 3c2a1c9

Please sign in to comment.