Skip to content

Commit

Permalink
Upgrade go to 1.21.10 #4206
Browse files Browse the repository at this point in the history
  • Loading branch information
tung2744 committed May 8, 2024
2 parents 44119ba + 5755193 commit 1c4177b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
@@ -1,3 +1,3 @@
golang 1.21.9
golang 1.21.10
nodejs 20.9.0
python 3.12.1
2 changes: 1 addition & 1 deletion cmd/authgear/Dockerfile
@@ -1,5 +1,5 @@
# Stage 1: Build the Go binary
FROM golang:1.21.9-bookworm as stage1
FROM golang:1.21.10-bookworm as stage1

# Install build time C dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion cmd/portal/Dockerfile
@@ -1,5 +1,5 @@
# Stage 1: Build the Go binary
FROM golang:1.21.9-bookworm as stage1
FROM golang:1.21.10-bookworm as stage1

# Install build time C dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -2,7 +2,7 @@ module github.com/authgear/authgear-server

// go1.21 supports toolchain
// See https://go.dev/doc/toolchain
go 1.21.9
go 1.21.10

require (
github.com/Masterminds/sprig v2.22.0+incompatible
Expand Down

0 comments on commit 1c4177b

Please sign in to comment.