fix: bump dockerfile go version

pull/20/head v0.0.5
Gabe Farrell 6 months ago
parent 242a82ad8c
commit bf9b84a171

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

@ -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

Loading…
Cancel
Save