Skip to content

Commit 96fde4e

Browse files
Bump go.mod version to n-1 (#28)
Also bump CI, and dropped useless `name:`s and default `fetch-depth`. Tempting to swap the versions to the setup-go `stable` and `oldstable` aliases, but going to leave this alone for now. Unblocks #26.
1 parent 79a41ed commit 96fde4e

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,16 @@ jobs:
1818
matrix:
1919
go-version:
2020
- name: latest
21-
version: 1.25.x
21+
version: 1.26.x
2222
- name: previous
23-
version: 1.24.x
23+
version: 1.25.x
2424
steps:
25-
- name: Checkout Code
26-
uses: actions/checkout@v6
27-
with:
28-
fetch-depth: 1
29-
- name: Install Go
30-
uses: actions/setup-go@v6
25+
- uses: actions/checkout@v6
26+
- uses: actions/setup-go@v6
3127
with:
3228
go-version: ${{ matrix.go-version.version }}
33-
- name: Test
34-
run: make test
35-
- name: Lint
36-
# Often, lint & gofmt guidelines depend on the Go version. To prevent
29+
- run: make test
30+
- # Often, lint & gofmt guidelines depend on the Go version. To prevent
3731
# conflicting guidance, run only on the most recent supported version.
3832
# For the same reason, only check generated code on the most recent
3933
# supported version.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/bufbuild/bsr-kafka-serde-go
22

3-
go 1.24.3
3+
go 1.25.0
44

55
require (
66
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20260209202127-80ab13bee0bf.1

0 commit comments

Comments
 (0)