Skip to content

Bump github.com/go-resty/resty/v2 from 2.15.3 to 2.16.0 #155

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

Bump github.com/go-resty/resty/v2 from 2.15.3 to 2.16.0 #155

Workflow file for this run

name: build
on:
push:
branches:
- "main"
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: build-wasm
run: |
./script/build-wasm
- name: test
run: |
./script/test