Skip to content

🌱 chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /hack/tools #2456

🌱 chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /hack/tools

🌱 chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /hack/tools #2456

Workflow file for this run

name: golangci-lint
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
working-directory:
- ""
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
- name: Calculate go version
id: vars
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
- name: Set up Go
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # tag=v5.1.0
with:
go-version: ${{ steps.vars.outputs.go_version }}
- name: golangci-lint
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # tag=v7.0.0
with:
version: v2.0.2
args: --timeout 15m
- name: golangci-lint-test
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # tag=v7.0.0
with:
version: v2.0.2
args: --build-tags e2e --timeout 15m
working-directory: test