Skip to content

Commit 7872400

Browse files
Bump tested Go versions in CI (#15)
And pin a buf.gen.yaml version for consistent CI.
1 parent 9b7bac6 commit 7872400

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
go-version: [1.22.x, 1.23.x]
18+
go-version: [1.23.x, 1.24.x, 1.25.x]
1919
steps:
2020
- name: Checkout Code
2121
uses: actions/checkout@v4
@@ -32,5 +32,5 @@ jobs:
3232
# conflicting guidance, run only on the most recent supported version.
3333
# For the same reason, only check generated code on the most recent
3434
# supported version.
35-
if: matrix.go-version == '1.23.x'
35+
if: matrix.go-version == '1.25.x'
3636
run: make checkgenerate && make lint

check/internal/example/buf.gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ managed:
77
- file_option: go_package_prefix
88
value: buf.build/go/bufplugin/check/internal/example/gen
99
plugins:
10-
- remote: buf.build/protocolbuffers/go
10+
- remote: buf.build/protocolbuffers/go:v1.36.6
1111
out: gen
1212
opt: paths=source_relative
1313
clean: true

0 commit comments

Comments
 (0)