Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

ci: add Go 1.23 to CI matrices; deps: bump protobuf to v1.36.8 #21

ci: add Go 1.23 to CI matrices; deps: bump protobuf to v1.36.8

ci: add Go 1.23 to CI matrices; deps: bump protobuf to v1.36.8 #21

Workflow file for this run

name: golangci-lint
on:
push:
branches: "*"
pull_request:
branches: "*"
permissions:
contents: read
jobs:
golangci:
permissions:
contents: read # for actions/checkout to fetch code
pull-requests: read # for golangci/golangci-lint-action to fetch pull requests
name: lint
runs-on: ubuntu-latest
strategy:
matrix:
golang:
- "1.23"
steps:
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.golang }}
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
with:
# Use golangci-lint v1.x to match config schema
version: v1.64.4
args: --timeout=10m