Skip to content

Bump urllib3 from 1.26.18 to 1.26.19 in /integration_tests #54

Bump urllib3 from 1.26.18 to 1.26.19 in /integration_tests

Bump urllib3 from 1.26.18 to 1.26.19 in /integration_tests #54

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- master
- release/**
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
timeout-minutes: 6
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19.3
- uses: actions/checkout@v3
with:
submodules: true
- uses: technote-space/get-diff-action@v3
with:
SUFFIX_FILTER: |
.go
.mod
.sum
- uses: golangci/golangci-lint-action@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.50
args: --timeout 10m
github-token: ${{ secrets.github_token }}
if: "env.GIT_DIFF != ''"