Skip to content

Bump github.com/gofiber/fiber/v2 from 2.49.2 to 2.50.0 #12

Bump github.com/gofiber/fiber/v2 from 2.49.2 to 2.50.0

Bump github.com/gofiber/fiber/v2 from 2.49.2 to 2.50.0 #12

Workflow file for this run

name: Go
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: [ubuntu-latest, macos-11]
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Build
run: go build -v .