Skip to content

chore(deps): bump golang.org/x/mod from 0.17.0 to 0.20.0 #179

chore(deps): bump golang.org/x/mod from 0.17.0 to 0.20.0

chore(deps): bump golang.org/x/mod from 0.17.0 to 0.20.0 #179

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
name: golangci-lint
on:
push:
branches: ['main']
pull_request:
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v3
with:
go-version: 1.19
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@07db5389c99593f11ad7b44463c2d4233066a9b1 # v3
with:
version: v1.50.1
args: --timeout=10m