Skip to content

Bump github.com/jarcoal/httpmock from 1.1.0 to 1.3.1 #33

Bump github.com/jarcoal/httpmock from 1.1.0 to 1.3.1

Bump github.com/jarcoal/httpmock from 1.1.0 to 1.3.1 #33

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
golangci-lint:
name: runner / golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.16'
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v1