Skip to content

Bump github.com/go-resty/resty/v2 from 2.16.4 to 2.16.5 #229

Bump github.com/go-resty/resty/v2 from 2.16.4 to 2.16.5

Bump github.com/go-resty/resty/v2 from 2.16.4 to 2.16.5 #229

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: latest
args: --out-${NO_FUTURE}format line-number --timeout 3m0s -p bugs -p error -p performance -D wrapcheck -D err113 -D gosmopolitan -D gosec
- name: Build
run: go build -v ./...