Skip to content

build(deps): bump github.com/gofiber/adaptor/v2 from 2.1.25 to 2.2.1 #191

build(deps): bump github.com/gofiber/adaptor/v2 from 2.1.25 to 2.2.1

build(deps): bump github.com/gofiber/adaptor/v2 from 2.1.25 to 2.2.1 #191

Workflow file for this run

name: Test & Build
on:
workflow_call:
push:
branches:
- main
- release/*
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19
- uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout=5m
# skip cache because of flaky behaviors
skip-build-cache: true
skip-pkg-cache: true
- run: make test