Skip to content

Bump github.com/goravel/framework from 1.14.1 to 1.14.2 #84

Bump github.com/goravel/framework from 1.14.1 to 1.14.2

Bump github.com/goravel/framework from 1.14.1 to 1.14.2 #84

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: Lint 🎨
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --timeout=30m ./...