Skip to content

Bump google.golang.org/grpc from 1.61.0 to 1.79.3 in /tools/mconnect #191

Bump google.golang.org/grpc from 1.61.0 to 1.79.3 in /tools/mconnect

Bump google.golang.org/grpc from 1.61.0 to 1.79.3 in /tools/mconnect #191

Workflow file for this run

# Copyright 2023 Google LLC All Rights Reserved.

Check failure on line 1 in .github/workflows/linter.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/linter.yaml

Invalid workflow file

(Line: 16, Col: 1): Unexpected value 'paths'
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
on: [push, pull_request]
paths:
- '**'
- '!tools/c2c-report/**'
name: linter
jobs:
lint:
strategy:
matrix:
go-version: [1.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53.2
working-directory: tools/mc2bq
args: --exclude-use-default