Skip to content

Commit 5155380

Browse files
committed
require go 1.24
1 parent 6a6eb08 commit 5155380

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

.github/workflows/protobuf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
5353
You can download the latest version of Go [here](https://golang.org/).
5454

5555
## Quickstart Guide

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)