Skip to content

Update module sigs.k8s.io/e2e-framework to v0.3.0 #837

Update module sigs.k8s.io/e2e-framework to v0.3.0

Update module sigs.k8s.io/e2e-framework to v0.3.0 #837

Workflow file for this run

# https://github.com/golangci/golangci-lint-action#how-to-use
name: lint
on:
- push
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
with:
go-version: '^1.18.2'
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.53.3
args: --timeout 5m0s