Skip to content

build(deps): bump github.com/gofiber/fiber/v2 from 2.52.2 to 2.52.5 #164

build(deps): bump github.com/gofiber/fiber/v2 from 2.52.2 to 2.52.5

build(deps): bump github.com/gofiber/fiber/v2 from 2.52.2 to 2.52.5 #164

Workflow file for this run

name: Go package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21.1'
- name: Build
run: go build -v ./...