Skip to content

Commit

Permalink
chore(go): upgrade to version 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
tolgaOzen committed Oct 13, 2023
1 parent 9f7bbe8 commit 8f35897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
# Step 1: Builder
FROM golang:1.20-alpine3.16 as permify-builder
FROM golang:1.21-alpine3.18 as permify-builder
WORKDIR /go/src/app
RUN apk update && apk add --no-cache git
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/Permify/permify

go 1.20
go 1.21

require (
github.com/DATA-DOG/go-sqlmock v1.5.0
Expand Down

0 comments on commit 8f35897

Please sign in to comment.