Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.26.5@sha256:079e59808d2d252516e27e3f3a9c003740dee7f75e55aa71528766d52bcfc16a AS builder
FROM --platform=$BUILDPLATFORM golang:1.27.1@sha256:3680233e3204827fbdc66088528ae6d4b3d034f51d03a99d454f6de034888244 AS builder

WORKDIR /workspace
RUN go env -w GOMODCACHE=/root/.cache/go-build
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{
devShells.default = dev-kit.lib.mkShell {
inherit system;
goVersion = "1.26.5";
goVersion = "1.27.1";
# dev-kit already provides kind, kubectl, helm, jq, gnumake, yq. Add the
# Go/Kubernetes toolchain this repo needs: language server, linter, the
# Task runner, controller-gen, and setup-envtest (integration tests).
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.opendefense.cloud/quota-controller

go 1.26.5
go 1.27.1

require (
github.com/go-logr/logr v1.4.4
Expand Down
Loading