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 .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ services:
restart: unless-stopped

proxy:
image: nginx:1.27-alpine
image: nginx:1.29-alpine
depends_on:
devcontainer:
condition: service_started
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v6
- name: Build and push Docker image
uses: revotale/docker-multi-arch-release-action@v1.3.0
uses: revotale/docker-multi-arch-release-action@v1.4.0
with:
context: .
registry: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install golangci-lint v2
uses: golangci/golangci-lint-action@v9
with:
version: v2.11.3
version: v2.11.4
install-only: true
- name: Install deadcode
run: go install golang.org/x/tools/cmd/deadcode@latest
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/RevoTale/no-js v0.0.0
github.com/a-h/templ v0.3.1001
github.com/alecthomas/chroma/v2 v2.23.1
github.com/evanw/esbuild v0.27.4
github.com/evanw/esbuild v0.28.0
github.com/gomarkdown/markdown v0.0.0-20260217112301-37c66b85d6ab
github.com/nicksnyder/go-i18n/v2 v2.6.1
github.com/stretchr/testify v1.11.1
Expand Down
Loading