Skip to content

TECH Bump github.com/go-resty/resty/v2 from 2.15.2 to 2.15.3 #159

TECH Bump github.com/go-resty/resty/v2 from 2.15.2 to 2.15.3

TECH Bump github.com/go-resty/resty/v2 from 2.15.2 to 2.15.3 #159

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ^1.23
- name: Test
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}