We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b5212 commit ae789d0Copy full SHA for ae789d0
2 files changed
.github/workflows/ci.yml
@@ -15,10 +15,10 @@ jobs:
15
steps:
16
17
- name: Checkout
18
- uses: actions/checkout@v4.2.1
+ uses: actions/checkout@v4.2.2
19
20
- name: Set up Go
21
- uses: actions/setup-go@v5.0.2
+ uses: actions/setup-go@v5.1.0
22
with:
23
go-version: ${{ matrix.go-version }}
24
go.mod
@@ -8,7 +8,7 @@ require (
8
github.com/labstack/echo/v4 v4.12.0
9
github.com/redis/go-redis/v9 v9.7.0
10
github.com/thanhpk/randstr v1.0.6
11
- github.com/vektah/gqlparser/v2 v2.5.18
+ github.com/vektah/gqlparser/v2 v2.5.19
12
)
13
14
require (
0 commit comments