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

Commit

Permalink
chore: update required go build version
Browse files Browse the repository at this point in the history
  • Loading branch information
muety committed Sep 7, 2023
1 parent 203bc61 commit 69ef04b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21
cache: true
- name: get ghcr owner repository
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build Stage

FROM golang:1.19 AS api-build-env
FROM golang:1.21 AS api-build-env

WORKDIR /src
ADD . .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-goreleaser
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build Stage

FROM golang:1.19 AS api-build-env
FROM golang:1.21 AS api-build-env

WORKDIR /app

Expand Down

0 comments on commit 69ef04b

Please sign in to comment.