Skip to content

Commit d29fd4d

Browse files
chore(deps): update go-toolchain to v1.26.6 (#199)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 721b7e4 commit d29fd4d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN pnpm install --frozen-lockfile
1313

1414
RUN pnpm --filter @icoretech/wootty-web build
1515

16-
FROM golang:1.26.5-bookworm AS server-builder
16+
FROM golang:1.26.6-bookworm AS server-builder
1717

1818
WORKDIR /src
1919

apps/server/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/icoretech/wootty/apps/server
22

3-
go 1.26.5
3+
go 1.26.6
44

55
require (
66
github.com/creack/pty v1.1.24

0 commit comments

Comments
 (0)