Skip to content

Commit

Permalink
Upgrade to v5.0.0-rc10
Browse files Browse the repository at this point in the history
  • Loading branch information
System-Glitch committed Apr 29, 2024
1 parent 0170167 commit 2d119f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
go-version: "1.22"
cache: false
- name: Run lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v5
with:
version: v1.57
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22

require (
github.com/gorilla/websocket v1.5.1
goyave.dev/goyave/v5 v5.0.0-rc9
goyave.dev/goyave/v5 v5.0.0-rc10
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ gorm.io/gorm v1.25.9 h1:wct0gxZIELDk8+ZqF/MVnHLkA1rvYlBWUMv2EdsK1g8=
gorm.io/gorm v1.25.9/go.mod h1:hbnx/Oo0ChWMn1BIhpy1oYozzpM15i4YPuHDmfYtwg8=
goyave.dev/copier v0.4.3 h1:MxX2wBnhQUbv0mHPXEgw/zS4TZMtTVpzj/aYS3h4amk=
goyave.dev/copier v0.4.3/go.mod h1:WJu0Ex81v29f5U0eMWzSNsMTGmuGY6lQ/q5yGlyLDsU=
goyave.dev/goyave/v5 v5.0.0-rc9 h1:ffhBWyBkgM6wkdiMtV99x89BGeXqPkWwgqKL6wQ9yiE=
goyave.dev/goyave/v5 v5.0.0-rc9/go.mod h1:WsOPSdVt9PL9d8bxyuU+VhEZ/45GGE8iVJKuimXtldw=
goyave.dev/goyave/v5 v5.0.0-rc10 h1:FQ9KLSoRpBJFETwVqkwm8Jw1WsfcuWmmVrr8E5018B4=
goyave.dev/goyave/v5 v5.0.0-rc10/go.mod h1:WjiQ/qQVq3fgavvwHvSJWtv/y1gPwdhaYBuPYVIK6Ns=

0 comments on commit 2d119f0

Please sign in to comment.