Skip to content

chore(deps): update module github.com/go-resty/resty/v2 to v2.16.4 (#45) #122

chore(deps): update module github.com/go-resty/resty/v2 to v2.16.4 (#45)

chore(deps): update module github.com/go-resty/resty/v2 to v2.16.4 (#45) #122

Workflow file for this run

name: pr
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build-push:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ["1.21", "1.22", "1.23"]
steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Run tests
run: go test -v -p 1 ./...