diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f8d212..1a90fd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Set up Go uses: actions/setup-go@v4.1.0 diff --git a/Dockerfile b/Dockerfile index bcd84d9..327dab9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.21.1 as builder +FROM golang:1.21.2 as builder WORKDIR /source # Copy the Go Modules manifests diff --git a/go.mod b/go.mod index a0b7fcb..c4f71ef 100644 --- a/go.mod +++ b/go.mod @@ -3,13 +3,13 @@ module github.com/AndriyKalashnykov/graphlq-golang go 1.21 require ( - github.com/99designs/gqlgen v0.17.38 + github.com/99designs/gqlgen v0.17.39 github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/go-chi/chi/v5 v5.0.10 github.com/go-sql-driver/mysql v1.7.1 github.com/golang-migrate/migrate v3.5.4+incompatible github.com/vektah/gqlparser/v2 v2.5.10 - golang.org/x/crypto v0.13.0 + golang.org/x/crypto v0.14.0 ) require (