Skip to content

build(deps): bump github.com/go-resty/resty/v2 from 2.10.0 to 2.11.0 #62

build(deps): bump github.com/go-resty/resty/v2 from 2.10.0 to 2.11.0

build(deps): bump github.com/go-resty/resty/v2 from 2.10.0 to 2.11.0 #62

Workflow file for this run

name: "govulncheck"
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: '24 1 * * 0'
jobs:
govulncheck_job:
runs-on: ubuntu-latest
name: Run govulncheck
steps:
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.20.6
go-package: ./...