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 .github/skills/examples/gorm-scanner-ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
with:
go-version: "1.26.3"
go-version: "1.26.4"

- name: Run GORM Security Scanner
id: gorm-scan
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
cancel-in-progress: true

env:
GO_VERSION: '1.26.3'
GO_VERSION: '1.26.4'
GOTOOLCHAIN: auto

# Minimal permissions at workflow level; write permissions granted at job level for push only
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:
cancel-in-progress: true

env:
GO_VERSION: '1.26.3'
GO_VERSION: '1.26.4'
NODE_VERSION: '24.12.0'
GOTOOLCHAIN: auto

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:

env:
GOTOOLCHAIN: auto
GO_VERSION: '1.26.3'
GO_VERSION: '1.26.4'

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests-split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ on:

env:
NODE_VERSION: '20'
GO_VERSION: '1.26.3'
GO_VERSION: '1.26.4'
GOTOOLCHAIN: auto
DOCKERHUB_REGISTRY: docker.io
IMAGE_NAME: ${{ github.repository_owner }}/charon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
default: "false"

env:
GO_VERSION: '1.26.3'
GO_VERSION: '1.26.4'
NODE_VERSION: '24.12.0'
GOTOOLCHAIN: auto
GHCR_REGISTRY: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/orthrus-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
GHCR_REGISTRY: ghcr.io
DOCKERHUB_REGISTRY: docker.io
IMAGE_NAME: wikid82/orthrus
GO_VERSION: '1.26.3'
GO_VERSION: '1.26.4'

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:
checks: write

env:
GO_VERSION: '1.26.3'
GO_VERSION: '1.26.4'
NODE_VERSION: '24.12.0'
GOTOOLCHAIN: auto

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: false

env:
GO_VERSION: '1.26.3'
GO_VERSION: '1.26.4'
NODE_VERSION: '24.12.0'
GOTOOLCHAIN: auto

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
issues: write

env:
GO_VERSION: '1.26.3'
GO_VERSION: '1.26.4'

jobs:
renovate:
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ ARG NPM_VERSION=11.16.0
## Try to build the requested Caddy v2.x tag (Renovate can update this ARG).
## If the requested tag isn't available, fall back to a known-good v2.11.3 build.
# renovate: datasource=go depName=github.com/caddyserver/caddy/v2
ARG CADDY_VERSION=2.11.3
ARG CADDY_VERSION=2.11.4
# renovate: datasource=go depName=github.com/caddyserver/caddy/v2
ARG CADDY_CANDIDATE_VERSION=2.11.3
ARG CADDY_CANDIDATE_VERSION=2.11.4
ARG CADDY_USE_CANDIDATE=0
ARG CADDY_PATCH_SCENARIO=B
# renovate: datasource=go depName=github.com/greenpau/caddy-security
Expand Down Expand Up @@ -460,9 +460,9 @@ RUN go get github.com/expr-lang/expr@v${EXPR_LANG_VERSION} && \
go get go.opentelemetry.io/otel@v1.44.0 && \
# GHSA-xmrv-pmrh-hhx2: AWS SDK v2 event stream injection
# renovate: datasource=go depName=github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
go get github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.7.11 && \
go get github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.7.12 && \
# renovate: datasource=go depName=github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs
go get github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs@v1.74.2 && \
go get github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs@v1.74.4 && \
go get github.com/aws/aws-sdk-go-v2/service/kinesis@v1.43.7 && \
go get github.com/aws/aws-sdk-go-v2/service/s3@v1.102.1 && \
# CVE-2026-32952: go-ntlmssp DoS via malicious NTLM challenge response
Expand Down
2 changes: 1 addition & 1 deletion agent/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/Wikid82/charon/agent

go 1.26.3
go 1.26.4

require (
github.com/gorilla/websocket v1.5.3
Expand Down
2 changes: 1 addition & 1 deletion backend/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/Wikid82/charon/backend

go 1.26.3
go 1.26.4

require (
github.com/gin-contrib/gzip v1.2.6
Expand Down
Loading