Closed asalvi0 closed 3 months ago
hi @asalvi0 ! Thank you! But let's support at least 3 latest versions of go. No everybody migrates immediately :)
hi @asalvi0 ! Thank you! But let's support at least 3 latest versions of go. No everybody migrates immediately :)
@smacker I've downgraded to 1.20
; all tests are passing locally.
Could you please update this file https://github.com/smacker/go-tree-sitter/blob/master/.github/workflows/test.yml by removing go1.19 and adding go1.23? Looks like I can't push into your branch. Otherwise the CI will fail.
Could you please update this file https://github.com/smacker/go-tree-sitter/blob/master/.github/workflows/test.yml by removing go1.19 and adding go1.23? Looks like I can't push into your branch. Otherwise the CI will fail.
@smacker done.
thank you!
Cleaned up the
UpdateAll
method to reuseUpdate
, should be easier to maintain.Notes: The additional indirect dependencies in
go.sum
come fromgithub.com/stretchr/testify
after runninggo mod tidy