Skip to content

⬆️ Bump github.com/cloudevents/sdk-go/v2 from 2.14.0 to 2.15.2 in /examples/google_cloud_fuctions/helloworld #208

⬆️ Bump github.com/cloudevents/sdk-go/v2 from 2.14.0 to 2.15.2 in /examples/google_cloud_fuctions/helloworld

⬆️ Bump github.com/cloudevents/sdk-go/v2 from 2.14.0 to 2.15.2 in /examples/google_cloud_fuctions/helloworld #208

Workflow file for this run

# See: https://github.com/golangci/golangci-lint-action
name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23.x'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.62.2