Skip to content

Bump github.com/go-resty/resty/v2 from 2.10.0 to 2.11.0 #183

Bump github.com/go-resty/resty/v2 from 2.10.0 to 2.11.0

Bump github.com/go-resty/resty/v2 from 2.10.0 to 2.11.0 #183

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.20.3
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2
only-new-issues: true