File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 - name : Install Go
1515 uses : actions/setup-go@v5
1616 with :
17- go-version : 1.23 .x
17+ go-version : 1.24 .x
1818
1919 - name : Install Reviewdog
2020 uses : reviewdog/action-setup@v1
Original file line number Diff line number Diff line change 2727 if : env.PROTOBUFS_CHANGED == 'true'
2828 uses : actions/setup-go@v5
2929 with :
30- go-version : 1.23 .x
30+ go-version : 1.24 .x
3131
3232 - name : Install Protobuf tools
3333 if : env.PROTOBUFS_CHANGED == 'true'
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ For business inquiries please use the contact information found on the [GitHub p
4949
5050## Requirements
5151
52- This library requires at least ` go 1.23 ` to run.
52+ This library requires at least ` go 1.24 ` to run.
5353You can download the latest version of Go [ here] ( https://golang.org/ ) .
5454
5555## Quickstart Guide
Original file line number Diff line number Diff line change @@ -28,4 +28,4 @@ require (
2828 gopkg.in/yaml.v3 v3.0.1 // indirect
2929)
3030
31- go 1.23
31+ go 1.24
You can’t perform that action at this time.
0 commit comments