Skip to content

chore: bump duty to v1.0.658 #2549

chore: bump duty to v1.0.658

chore: bump duty to v1.0.658 #2549

Workflow file for this run

name: Lint
on:
pull_request:
permissions: read-all
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Clear up disk space
run: |
rm -rf /usr/share/dotnet
rm -rf /opt/ghc
rm -rf /usr/local/share/boost
rm -rf $AGENT_TOOLSDIRECTORY
rm -rf /opt/hostedtoolcache
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install Go
uses: buildjet/setup-go@v5
with:
go-version: 1.22.x
- run: make -B manifests
- name: golangci-lint
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
with:
args: --timeout 61m0s --verbose