Skip to content

chore(deps): bump github.com/valyala/fasthttp from 1.52.0 to 1.64.0 #50

chore(deps): bump github.com/valyala/fasthttp from 1.52.0 to 1.64.0

chore(deps): bump github.com/valyala/fasthttp from 1.52.0 to 1.64.0 #50

Workflow file for this run

name: Go Build CI
on:
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.24'
- name: Build Gigapipe
run: |
go mod tidy
CGO_ENABLED=0 go build -ldflags="-extldflags=-static" -o gigapipe .