Skip to content

Bump github.com/go-resty/resty/v2 from 2.13.1 to 2.16.2 #1062

Bump github.com/go-resty/resty/v2 from 2.13.1 to 2.16.2

Bump github.com/go-resty/resty/v2 from 2.13.1 to 2.16.2 #1062

Workflow file for this run

name: test
on:
push:
tags:
- v*
branches:
- master
pull_request:
permissions:
contents: read
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x]
name: go-test
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4
- name: go-test
run: go test -race -v ./...