Skip to content

Bump github.com/go-resty/resty/v2 from 2.13.1 to 2.15.3 #648

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

Bump github.com/go-resty/resty/v2 from 2.13.1 to 2.15.3 #648

Workflow file for this run

---
name: 'Go Tests'
on:
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
# use go version from go.mod.
go-version-file: 'go.mod'
- name: Go Test
run: |
# we don't care about the assets
mkdir -p web/dist/ && \
touch web/dist/_example && \
go test ./...