Skip to content

Commit

Permalink
upgrade: v1.3.0 (#55)
Browse files Browse the repository at this point in the history
* upgrade: v1.3.0

* optimize test

* optimize test

* optimize test
  • Loading branch information
hwbrzzl authored Dec 31, 2024
1 parent d9b16b2 commit a738393
Show file tree
Hide file tree
Showing 12 changed files with 238 additions and 263 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @goravel/core-developers
16 changes: 0 additions & 16 deletions .github/dependabot.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: PR Check Title
on:
pull_request:
jobs:
check:
uses: goravel/.github/.github/workflows/check_pr_title.yml@master
secrets: inherit
26 changes: 0 additions & 26 deletions .github/workflows/goreleaser.yml

This file was deleted.

13 changes: 2 additions & 11 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,5 @@ 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 ./...
uses: goravel/.github/.github/workflows/lint.yml@master
secrets: inherit
11 changes: 0 additions & 11 deletions .github/workflows/pr-check-title.yml

This file was deleted.

11 changes: 4 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,14 @@ env:
CLOUDINARY_ACCESS_KEY_SECRET: ${{ secrets.CLOUDINARY_ACCESS_KEY_SECRET }}
CLOUDINARY_CLOUD: ${{ secrets.CLOUDINARY_CLOUD }}
jobs:
test:
strategy:
matrix:
go: [ '1.21' ]
ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Install dependencies 📦
go-version: 'stable'
- name: Install dependencies
run: go mod tidy
- name: Run tests
run: go test ./...
run: go test -timeout 1h ./...
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ A cloudinary driver for `facades.Storage()` of Goravel.

| goravel/cloudinary | goravel/framework |
|--------------------|-------------------|
| v1.3.* | v1.15.* |
| v1.2.* | v1.14.* |
| v1.1.* | v1.13.* |

Expand Down
Loading

0 comments on commit a738393

Please sign in to comment.