fix: bump dockerfile go version

This commit is contained in:
Gabe Farrell 2025-06-15 19:19:46 -04:00
parent 242a82ad8c
commit bf9b84a171
2 changed files with 3 additions and 1 deletions

View file

@ -14,6 +14,8 @@ on:
tags: tags:
- 'v*' - 'v*'
workflow_dispatch:
jobs: jobs:
test: test:
name: Go Test name: Go Test

View file

@ -11,7 +11,7 @@ COPY ./client .
RUN yarn run build RUN yarn run build
FROM golang:1.23 AS backend FROM golang:1.24 AS backend
ARG KOITO_VERSION ARG KOITO_VERSION
ENV CGO_ENABLED=1 ENV CGO_ENABLED=1