Skip to content

chore(deps): update module github.com/go-resty/resty/v2 to v2.16.0 #93

chore(deps): update module github.com/go-resty/resty/v2 to v2.16.0

chore(deps): update module github.com/go-resty/resty/v2 to v2.16.0 #93

Workflow file for this run

name: pr
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build-push:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ["1.20", "1.21"]
steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Run tests
run: go test -v -p 1 ./...