Skip to content

Update module github.com/redhatinsights/platform-go-middlewares to v2 #981

Update module github.com/redhatinsights/platform-go-middlewares to v2

Update module github.com/redhatinsights/platform-go-middlewares to v2 #981

Workflow file for this run

name: Golang Lint
on:
- pull_request
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.11
only-new-issues: true