Skip to content

Commit

Permalink
Update golang
Browse files Browse the repository at this point in the history
  • Loading branch information
53845714nF committed Aug 22, 2024
1 parent b2060cb commit 8220ca7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.3-alpine3.19 AS build
FROM golang:1.23.0-alpine3.20 AS build
WORKDIR /app
COPY . .

Expand Down
5 changes: 3 additions & 2 deletions src/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module hasura-jwt

go 1.22
go 1.23.0

require golang.org/x/crypto v0.26.0

require golang.org/x/crypto v0.23.0
require github.com/golang-jwt/jwt/v5 v5.2.1
4 changes: 2 additions & 2 deletions src/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk=
github.com/golang-jwt/jwt/v5 v5.2.1/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
golang.org/x/crypto v0.23.0 h1:dIJU/v2J8Mdglj/8rJ6UUOM3Zc9zLZxVZwwxMooUSAI=
golang.org/x/crypto v0.23.0/go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8=
golang.org/x/crypto v0.26.0 h1:RrRspgV4mU+YwB4FYnuBoKsUapNIL5cohGAmSH3azsw=
golang.org/x/crypto v0.26.0/go.mod h1:GY7jblb9wI+FOo5y8/S2oY4zWP07AkOJ4+jxCqdqn54=

0 comments on commit 8220ca7

Please sign in to comment.