Skip to content

Commit ebca8fc

Browse files
committed
update go version
1 parent a2ea621 commit ebca8fc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/epitome.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Docker Build and Push Epitome Image
23
on:
34
push:
@@ -11,7 +12,7 @@ on:
1112
- ".github/workflows/epitome.yml"
1213

1314
env:
14-
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
15+
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
1516

1617
jobs:
1718
build-and-push:

epitome/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
###
22
# 1) build the binary
33
###
4-
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23 AS builder
4+
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.24 AS builder
55

66
ARG TARGETARCH
77
ENV GOOS=linux GOARCH=$TARGETARCH

0 commit comments

Comments
 (0)