Skip to content

chore(deps): bump github.com/ViBiOh/httputils/v4 from 4.80.9 to 4.80.10 #684

chore(deps): bump github.com/ViBiOh/httputils/v4 from 4.80.9 to 4.80.10

chore(deps): bump github.com/ViBiOh/httputils/v4 from 4.80.9 to 4.80.10 #684

Workflow file for this run

---
name: Build
permissions:
actions: none
checks: none
contents: read
deployments: none
issues: none
packages: none
pages: none
pull-requests: none
repository-projects: none
security-events: none
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
SCRIPTS_NO_INTERACTIVE: "true"
defaults:
run:
shell: bash
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version: "^1.23"
cache: true
- name: Build
run: |
make
git --no-pager diff -- ':(exclude)go.sum' && git diff --quiet -- ':(exclude)go.sum'