Skip to content

chore(deps): bump github.com/bufbuild/buf from 1.46.0 to 1.48.0 #889

chore(deps): bump github.com/bufbuild/buf from 1.46.0 to 1.48.0

chore(deps): bump github.com/bufbuild/buf from 1.46.0 to 1.48.0 #889

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
- master
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
runs-on: ubuntu-latest
name: lint
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.23
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
args: --timeout=30m
version: latest