mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-07 15:22:26 +08:00
fix(ci): golang version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.20 AS builder
|
||||
FROM golang:1.23 AS builder
|
||||
|
||||
WORKDIR /eiblog
|
||||
COPY . .
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.20 AS builder
|
||||
FROM golang:1.23 AS builder
|
||||
|
||||
WORKDIR /eiblog
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user