Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

build(deps): update module github.com/cloudevents/sdk-go/v2 to v2.14.0 #1392

build(deps): update module github.com/cloudevents/sdk-go/v2 to v2.14.0

build(deps): update module github.com/cloudevents/sdk-go/v2 to v2.14.0 #1392

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
reviewdog:
name: reviewdog
runs-on: ubuntu-latest
steps:
- name: Check out code.
uses: actions/checkout@v3.2.0
- name: Set up Go
uses: actions/setup-go@v3.5.0
with:
go-version-file: "go.mod"
id: go
- name: Install golangci-lint
run: |
# binary will be $(go env GOPATH)/bin/golangci-lint
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.46.2
- uses: reviewdog/action-setup@v1.0.3
with:
reviewdog_version: latest
- name: Run reviewdog
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GO111MODULE: "off" # required for golangci-lint - see https://github.com/keptn/keptn/issues/4000 / https://github.com/golangci/golangci-lint/issues/1833
run: |
reviewdog -reporter=github-pr-review