File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 77 - file_option : go_package_prefix
88 value : buf.build/go/bufplugin/check/internal/example/gen
99plugins :
10- - remote : buf.build/protocolbuffers/go
10+ - remote : buf.build/protocolbuffers/go:v1.36.6
1111 out : gen
1212 opt : paths=source_relative
1313clean : true
You can’t perform that action at this time.
0 commit comments