bskyweb: update to golang v1.26 (#10208)

This commit is contained in:
bnewbold
2026-04-10 10:25:40 -07:00
committed by GitHub
parent 888eca73b3
commit a7b6cd4504
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.25-bookworm AS build-env
FROM golang:1.26-bookworm AS build-env
WORKDIR /usr/src/social-app