Skip to content

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

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

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

Workflow file for this run

name: Go Build
on:
push:
paths-ignore:
- "**.md"
branches:
- main
pull_request:
paths-ignore:
- "**.md"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
check-latest: true
cache: true
- name: Build app
run: go build -o app