Skip to content

Bump github.com/gofiber/fiber/v2 from 2.42.0 to 2.52.5 in the go_modules group across 1 directory #10

Bump github.com/gofiber/fiber/v2 from 2.42.0 to 2.52.5 in the go_modules group across 1 directory

Bump github.com/gofiber/fiber/v2 from 2.42.0 to 2.52.5 in the go_modules group across 1 directory #10

Workflow file for this run

name: Test
on:
push:
branches:
- dev
pull_request:
branches:
- main
- dev
merge_group:
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
- name: Install dependencies
run: go mod download
- name: Build
run: go build -v -o ./backend