Skip to content

chore(deps): upgrade envoy to 1.28.5 #3643

chore(deps): upgrade envoy to 1.28.5

chore(deps): upgrade envoy to 1.28.5 #3643

Workflow file for this run

name: Golangci-lint
on:
push:
branches:
- master
- release-*
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
cache: false
go-version-file: go.mod
- uses: golangci/golangci-lint-action@v3
with:
args: --fix=false --verbose
version: v1.54.1