Skip to content

Commit

Permalink
Use Go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenlj committed Oct 14, 2024
1 parent bb61522 commit 05b1406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM --platform=$BUILDPLATFORM golang:1.22 as builder
FROM --platform=$BUILDPLATFORM golang:1.23 AS builder

# download kubebuilder and extract it to tmp
ARG BUILDOS BUILDARCH
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/nais/aivenator

go 1.22.1
go 1.23

toolchain go1.23.1
toolchain go1.23.2

require (
github.com/Code-Hex/go-generics-cache v1.5.1
Expand Down

0 comments on commit 05b1406

Please sign in to comment.