Skip to content

Bump github.com/gofiber/fiber/v2 from 2.52.1 to 2.52.3 #26

Bump github.com/gofiber/fiber/v2 from 2.52.1 to 2.52.3

Bump github.com/gofiber/fiber/v2 from 2.52.1 to 2.52.3 #26

Workflow file for this run

name: Go Workflow
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go-version:
- '1.18.x'
- '1.19.x'
- '1.20.x'
- '1.21.x'
steps:
- name: Fetch git repository
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '${{ matrix.go-version }}'
- name: Build Go pkg
run: go build -v ./...