Skip to content

chore(deps): bump github.com/go-resty/resty/v2 from 2.15.3 to 2.16.1 #52

chore(deps): bump github.com/go-resty/resty/v2 from 2.15.3 to 2.16.1

chore(deps): bump github.com/go-resty/resty/v2 from 2.15.3 to 2.16.1 #52

Workflow file for this run

---
name: "test"
# yamllint disable-line rule:truthy
on:
pull_request:
branches:
- "*"
push:
branches:
- "main"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
go-test:
name: go-test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: go get .
- run: go test -v ./...