Skip to content

fix(deps): update module github.com/jarcoal/httpmock to v1.3.1 #310

fix(deps): update module github.com/jarcoal/httpmock to v1.3.1

fix(deps): update module github.com/jarcoal/httpmock to v1.3.1 #310

Workflow file for this run

name: golangci-lint
on:
pull_request:
types: ['opened', 'synchronize']
paths-ignore:
- 'README.md'
push:
branches:
- main
paths-ignore:
- 'README.md'
jobs:
golangci:
name: lint
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.49.0