Skip to content

fix(deps): update module github.com/go-resty/resty/v2 to v2.16.2 #53

fix(deps): update module github.com/go-resty/resty/v2 to v2.16.2

fix(deps): update module github.com/go-resty/resty/v2 to v2.16.2 #53

Workflow file for this run

name: Go Lint
#
on:
push:
branches:
- main
pull_request:
branches:
- main
#
jobs:
golangci-lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
#