Skip to content

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

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

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

Workflow file for this run

---
name: 'Go Tests'
on:
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.19.x
- name: Checkout code
uses: actions/checkout@v2
- name: Go Test
run: |
# we don't care about the assets
mkdir -p web/dist/ && \
touch web/dist/_example && \
go test ./...