Skip to content

Bump github.com/gofiber/fiber/v2 from 2.52.4 to 2.52.5 #237

Bump github.com/gofiber/fiber/v2 from 2.52.4 to 2.52.5

Bump github.com/gofiber/fiber/v2 from 2.52.4 to 2.52.5 #237

Workflow file for this run

on: [push, pull_request]
name: Build
jobs:
Build:
strategy:
matrix:
go-version: [1.18.x]
platform: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Fetch Repository
uses: actions/checkout@v2
- name: Build App
run: go build cmd/main.go