Skip to content

TECH Bump github.com/go-resty/resty/v2 from 2.7.0 to 2.8.0 #61

TECH Bump github.com/go-resty/resty/v2 from 2.7.0 to 2.8.0

TECH Bump github.com/go-resty/resty/v2 from 2.7.0 to 2.8.0 #61

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ^1.21
- name: Test
run: |
go mod download
make