Skip to content

Commit cf2917c

Browse files
committed
Requires Go 1.24+
``` go install golang.org/x/tools/cmd/goimports@latest golang.org/x/tools@v0.37.0 requires go >= 1.24.0 go: golang.org/x/tools/cmd/goimports@latest: golang.org/x/tools@v0.37.0 requires go >= 1.24.0 (running go 1.23.12; GOTOOLCHAIN=local) ``` https://github.com/ruby-go-gem/go-gem-wrapper/actions/runs/18069865364/job/51418203801
1 parent f378573 commit cf2917c

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/matrix.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"go": [
3-
"1.23",
43
"1.24",
54
"1.25"
65
],

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
| [/_gem/](/_gem/) | [go_gem](https://rubygems.org/gems/go_gem) (Ruby gem) | https://ruby-go-gem.github.io/go-gem-wrapper/ |
1515

1616
## Requirements
17-
* Go 1.23+
17+
* Go 1.24+
1818
* Ruby 3.3+
1919
* glibc
2020
* musl (often used in alpine) isn't supported

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ruby-go-gem/go-gem-wrapper
22

3-
go 1.23
3+
go 1.24
44

55
require github.com/stretchr/testify v1.11.1
66

ruby/testdata/example/ext/example/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ruby-go-gem/example
22

3-
go 1.23
3+
go 1.24
44

55
require github.com/ruby-go-gem/go-gem-wrapper v0.0.0
66

0 commit comments

Comments
 (0)