Skip to content

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

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 #21

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
- name: Vet
run: go vet ./...
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: latest