Skip to content

Bump github.com/pulumi/pulumi/pkg/v3 from 3.136.1 to 3.137.0 in /provider #740

Bump github.com/pulumi/pulumi/pkg/v3 from 3.136.1 to 3.137.0 in /provider

Bump github.com/pulumi/pulumi/pkg/v3 from 3.136.1 to 3.137.0 in /provider #740

Workflow file for this run

name: lint
on:
push:
branches: [main, development]
pull_request:
branches: [main, development]
jobs:
test:
name: Run Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Run provider golangci-lint
uses: golangci/golangci-lint-action@v6
with:
working-directory: ${{ matrix.dir }}
args: --config=../.golangci.yml
strategy:
fail-fast: true
matrix:
dir:
- provider
- sdk
- tests