Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit 69ef04b

Browse files
committed
chore: update required go build version
1 parent 203bc61 commit 69ef04b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v3
2424
with:
25-
go-version: 1.19
25+
go-version: 1.21
2626
cache: true
2727
- name: get ghcr owner repository
2828
run: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build Stage
22

3-
FROM golang:1.19 AS api-build-env
3+
FROM golang:1.21 AS api-build-env
44

55
WORKDIR /src
66
ADD . .

Dockerfile-goreleaser

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build Stage
22

3-
FROM golang:1.19 AS api-build-env
3+
FROM golang:1.21 AS api-build-env
44

55
WORKDIR /app
66

0 commit comments

Comments
 (0)