Skip to content

Commit

Permalink
Bump go to 1.22.7
Browse files Browse the repository at this point in the history
  • Loading branch information
louischan-oursky committed Jan 2, 2025
1 parent 67272fc commit af9ff88
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
golang 1.22.5
golang 1.22.7
nodejs 20.9.0
python 3.12.1
2 changes: 1 addition & 1 deletion cmd/authgear/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build the Go binary
FROM quay.io/theauthgear/golang:1.22.5-noble as stage1
FROM quay.io/theauthgear/golang:1.22.7-noble 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build the Go binary
FROM quay.io/theauthgear/golang:1.22.5-noble as stage1
FROM quay.io/theauthgear/golang:1.22.7-noble 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 custombuild/cmd/authgearx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# Stage 1: Build the Go binary
FROM quay.io/theauthgear/golang:1.22.5-noble as stage1
FROM quay.io/theauthgear/golang:1.22.7-noble 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 custombuild/cmd/portalx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# Stage 1: Build the Go binary
FROM quay.io/theauthgear/golang:1.22.5-noble as stage1
FROM quay.io/theauthgear/golang:1.22.7-noble 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 custombuild/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/authgear/authgear-server/custombuild

go 1.22.5
go 1.22.7

replace github.com/authgear/authgear-server v0.0.0 => ../

Expand Down
2 changes: 1 addition & 1 deletion e2e/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/authgear/authgear-server/e2e

go 1.22.5
go 1.22.7

replace github.com/authgear/authgear-server v0.0.0 => ../

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/authgear/authgear-server

// go1.21 supports toolchain
// See https://go.dev/doc/toolchain
go 1.22.5
go 1.22.7

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

0 comments on commit af9ff88

Please sign in to comment.