Skip to content

Bump github.com/gofiber/fiber/v2 from 2.49.1 to 2.49.2 in /handlebars #82

Bump github.com/gofiber/fiber/v2 from 2.49.1 to 2.49.2 in /handlebars

Bump github.com/gofiber/fiber/v2 from 2.49.1 to 2.49.2 in /handlebars #82

Workflow file for this run

on:
push:
branches:
- master
- main
paths:
- 'handlebars/**'
pull_request:
paths:
- 'handlebars/**'
name: Tests Handlebars
jobs:
Tests:
strategy:
matrix:
go-version:
- 1.17.x
- 1.18.x
- 1.19.x
- 1.20.x
- 1.21.x
platform: [ ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.platform }}
steps:
- name: Fetch Repository
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '${{ matrix.go-version }}'
- name: Run Test
run: cd ./handlebars && go test ./... -race -v