Skip to content

Commit

Permalink
Merge pull request #343 from authzed/go123
Browse files Browse the repository at this point in the history
bump to go 1.23
  • Loading branch information
ecordell authored Dec 10, 2024
2 parents 8e8c355 + 7c08e5f commit 1757d5c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine3.18 AS builder
FROM golang:1.23-alpine AS builder
WORKDIR /go/src/app
ENV CGO_ENABLED=0

Expand Down
4 changes: 2 additions & 2 deletions e2e/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/authzed/spicedb-operator/e2e

go 1.22.0
go 1.23.0

toolchain go1.22.4
toolchain go1.23.4

replace (
// pinned to older version for k8s.io/component-base compatibility
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/authzed/spicedb-operator

go 1.22.0
go 1.23.0

toolchain go1.22.4
toolchain go1.23.4

require (
github.com/authzed/controller-idioms v0.10.0
Expand Down
4 changes: 2 additions & 2 deletions magefiles/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module magefiles

go 1.22.0
go 1.23.0

toolchain go1.22.4
toolchain go1.23.4

require (
github.com/cespare/xxhash/v2 v2.3.0
Expand Down
4 changes: 2 additions & 2 deletions tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module tools

go 1.22.0
go 1.23.0

toolchain go1.22.4
toolchain go1.23.4

require (
github.com/authzed/spicedb-operator v0.0.0-00010101000000-000000000000
Expand Down

0 comments on commit 1757d5c

Please sign in to comment.