Skip to content
Merged
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 go/ai-proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the binary
FROM golang:1.26.5 as builder
FROM golang:1.26.6 as builder

Check warning on line 2 in go/ai-proxy/Dockerfile

View workflow job for this annotation

GitHub Actions / Build ai-proxy image (linux/arm64, ubuntu-24.04-arm)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 2 in go/ai-proxy/Dockerfile

View workflow job for this annotation

GitHub Actions / Build ai-proxy image (linux/amd64, ubuntu-24.04)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
ARG TARGETOS
ARG TARGETARCH
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion go/build.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.26.5
FROM golang:1.26.6

ARG MODULE_PATH

Expand Down
2 changes: 1 addition & 1 deletion go/cloud-query/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.26.5 AS builder
FROM golang:1.26.6 AS builder

WORKDIR /workspace

Expand Down
2 changes: 1 addition & 1 deletion go/cloud-query/db.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG POSTGRES_MAJOR_VERSION=15
ARG POSTGRES_VERSION=${POSTGRES_MAJOR_VERSION}.18

FROM golang:1.26.5 AS libraries
FROM golang:1.26.6 AS libraries

# Configure versions for Steampipe extensions
# Do not use latest versions here, as they may not be compatible
Expand Down
2 changes: 1 addition & 1 deletion go/controller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.26.5 AS builder
FROM golang:1.26.6 AS builder
ARG TARGETOS
ARG TARGETARCH
ARG GIT_COMMIT=unknown
Expand Down
2 changes: 1 addition & 1 deletion go/datastore/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.26.5 AS builder
FROM golang:1.26.6 AS builder
ARG TARGETOS
ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion go/demo/flaky-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Step 1: Build the Go binary
FROM golang:1.26.5 AS build
FROM golang:1.26.6 AS build

# Set the Current Working Directory inside the container
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion go/deployment-operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.26.5-alpine3.23 AS builder
FROM golang:1.26.6-alpine3.23 AS builder

ARG HELM_VERSION=v3.21.2
ARG TARGETARCH
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.26.5-alpine AS builder
FROM golang:1.26.6-alpine AS builder

ARG TARGETARCH
ARG TARGETOS
Expand Down
2 changes: 1 addition & 1 deletion go/deployment-operator/dockerfiles/harness/base.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.26.5-alpine AS builder
FROM golang:1.26.6-alpine AS builder

ARG TARGETARCH
ARG TARGETOS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.26.5-alpine AS builder
FROM golang:1.26.6-alpine AS builder

WORKDIR /workspace

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.26.5-alpine AS builder
FROM golang:1.26.6-alpine AS builder

ARG TARGETARCH
ARG TARGETOS
Expand Down Expand Up @@ -31,7 +31,7 @@ RUN CGO_ENABLED=0 \
-o /sentinel-harness \
cmd/sentinel-harness/main.go

FROM golang:1.26.5-alpine AS final
FROM golang:1.26.6-alpine AS final

ARG TARGETARCH
ARG TARGETOS
Expand Down
37 changes: 18 additions & 19 deletions go/deployment-operator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ require (
github.com/DataDog/dd-trace-go/v2 v2.8.1
github.com/Masterminds/semver/v3 v3.5.0
github.com/Yamashou/gqlgenc v0.33.0
github.com/aquasecurity/trivy v0.71.0
github.com/aquasecurity/trivy-db v0.0.0-20251222105351-a833f47f8f0d
github.com/aquasecurity/trivy v0.72.0
github.com/aquasecurity/trivy-db v0.0.0-20260629102122-a0049d7ad12f
github.com/aquasecurity/trivy-operator v0.28.0
github.com/argoproj/argo-rollouts v1.8.3
github.com/aws/aws-sdk-go-v2 v1.42.0
Expand All @@ -44,8 +44,8 @@ require (
github.com/hasura/go-graphql-client v0.16.0
github.com/mark3labs/mcp-go v0.43.2
github.com/mitchellh/copystructure v1.2.0
github.com/onsi/ginkgo/v2 v2.28.1
github.com/onsi/gomega v1.39.1
github.com/onsi/ginkgo/v2 v2.28.3
github.com/onsi/gomega v1.40.0
github.com/open-policy-agent/frameworks/constraint v0.0.0-20250908215021-e67dab92c8a3
github.com/open-policy-agent/gatekeeper/v3 v3.20.1
github.com/openai/openai-go v1.8.2
Expand All @@ -64,8 +64,8 @@ require (
github.com/spf13/pflag v1.0.10
github.com/stretchr/testify v1.11.1
github.com/terraform-docs/terraform-docs v0.20.0
github.com/vektah/gqlparser/v2 v2.5.32
github.com/vmware-tanzu/velero v1.16.2
github.com/vektah/gqlparser/v2 v2.5.33
github.com/vmware-tanzu/velero v1.18.1
github.com/yuin/gopher-lua v1.1.2
gitlab.com/gitlab-org/api/client-go v1.46.0
golang.org/x/oauth2 v0.36.0
Expand Down Expand Up @@ -98,17 +98,17 @@ require (
github.com/DataDog/datadog-agent/pkg/trace/stats v0.77.0 // indirect
github.com/DataDog/datadog-agent/pkg/trace/traceutil v0.77.0 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.25 // indirect
github.com/clipperhouse/uax29/v2 v2.6.0 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
golang.org/x/sys v0.47.0 // indirect
google.golang.org/api v0.276.0 // indirect
)

require (
cel.dev/expr v0.25.1 // indirect
cel.dev/expr v0.25.2 // indirect
dario.cat/mergo v1.0.2 // indirect
github.com/99designs/gqlgen v0.17.78
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
Expand Down Expand Up @@ -185,7 +185,7 @@ require (
github.com/fatih/color v1.19.0 // indirect
github.com/fluxcd/pkg/apis/kustomize v1.13.0 // indirect
github.com/fluxcd/pkg/apis/meta v1.22.0 // indirect
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/fsnotify/fsnotify v1.10.1 // indirect
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.13 // indirect
github.com/gin-contrib/sse v1.1.0 // indirect
Expand Down Expand Up @@ -221,7 +221,7 @@ require (
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/go-containerregistry v0.21.6 // indirect
github.com/google/go-querystring v1.2.0 // indirect
github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 // indirect
github.com/google/pprof v0.0.0-20260402051712-545e8a4df936 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gosuri/uitable v0.0.4 // indirect
Expand Down Expand Up @@ -251,8 +251,8 @@ require (
github.com/mailru/easyjson v0.9.1 // indirect
github.com/masahiro331/go-mvn-version v0.0.0-20260119054159-d21fcd2e7de1 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/mattn/go-isatty v0.0.22 // indirect
github.com/mattn/go-runewidth v0.0.19 // indirect
github.com/mattn/go-sqlite3 v1.14.24 // indirect
github.com/microsoft/azure-devops-go-api/azuredevops/v7 v7.1.0
github.com/minio/simdjson-go v0.4.5 // indirect
Expand All @@ -274,7 +274,7 @@ require (
github.com/package-url/packageurl-go v0.1.6 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/petermattis/goid v0.0.0-20260226131333-17d1149c6ac6 // indirect
github.com/petermattis/goid v0.0.0-20260330135022-df67b199bc81 // indirect
github.com/philhofer/fwd v1.2.0 // indirect
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
Expand All @@ -287,7 +287,6 @@ require (
github.com/quic-go/quic-go v0.59.1 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/richardartoul/molecule v1.0.1-0.20240531184615-7ca0df43c0b3 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/rs/zerolog v1.34.0 // indirect
github.com/rubenv/sql-migrate v1.8.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
Expand Down Expand Up @@ -338,7 +337,7 @@ require (
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/arch v0.25.0 // indirect
golang.org/x/crypto v0.55.0 // indirect
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f // indirect
golang.org/x/exp v0.0.0-20260508232706-74f9aab9d74a // indirect
golang.org/x/exp/typeparams v0.0.0-20260209203927-2842357ff358 // indirect
golang.org/x/mod v0.40.0 // indirect
golang.org/x/net v0.58.0 // indirect
Expand All @@ -348,8 +347,8 @@ require (
golang.org/x/tools v0.49.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260414002931-afd174a4e478 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260523011958-0a33c5d7ca68 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260523011958-0a33c5d7ca68 // indirect
google.golang.org/grpc v1.82.1
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
Expand All @@ -365,8 +364,8 @@ require (
modernc.org/libc v1.72.3 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
modernc.org/sqlite v1.50.1 // indirect
mvdan.cc/xurls/v2 v2.5.0 // indirect
modernc.org/sqlite v1.51.0 // indirect
mvdan.cc/xurls/v2 v2.6.0 // indirect
oras.land/oras-go/v2 v2.6.2 // indirect
sigs.k8s.io/gateway-api v1.4.0 // indirect
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
Expand Down
Loading
Loading