mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
Bump golang version
This commit is contained in:
parent
f54d71a489
commit
b32598d091
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
FROM node:20-alpine3.19 AS node-alpine
|
||||
FROM golang:1.22.2-alpine3.19 AS go-alpine
|
||||
FROM golang:1.23.4-alpine3.19 AS go-alpine
|
||||
|
||||
# ------ Build Zoekt ------
|
||||
FROM go-alpine AS zoekt-builder
|
||||
|
|
|
|||
Loading…
Reference in a new issue