Skip to content

fix(deps): update module github.com/gofiber/fiber/v2 to v3 #188

fix(deps): update module github.com/gofiber/fiber/v2 to v3

fix(deps): update module github.com/gofiber/fiber/v2 to v3 #188

Workflow file for this run

name: Build go project
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
test:
uses: nezuchan/workflows/.github/workflows/golang-compile-test.yml@f1fd8acd1eb6ee76f944ab700ce7beafec5519c0 # main
with:
ADDITIONAL_PACKAGES: "libvips-dev"
TARGET_FILE: "cmd/server/main.go"