mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 21:48:18 -08:00
fix: bump dockerfile go version
This commit is contained in:
parent
242a82ad8c
commit
bf9b84a171
2 changed files with 3 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue