Skip to content

Commit 57d4ac4

Browse files
authored
chore: upgrade golang to 1.24.1 (#8239)
I'd like to try some of the 1.24 [cgo improvements](https://tip.golang.org/doc/go1.24#cgo) for tree-sitter as well as maybe patching tree-sitter to use [improved finalizers](https://tip.golang.org/doc/go1.24#improved-finalizers) --- ### Changes are visible to end-users: no ### Test plan - Covered by existing test cases
1 parent 47563e6 commit 57d4ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/aspect-build/silo
22

3-
go 1.23.3
3+
go 1.24.1
44

55
require (
66
github.com/Masterminds/semver/v3 v3.3.1

0 commit comments

Comments
 (0)