Skip to content

Commit

Permalink
Merge pull request #5 from datacite/upgrade-go-1.22.4
Browse files Browse the repository at this point in the history
upgrade go version to 1.22.4
  • Loading branch information
wendelfabianchinsamy authored Jun 28, 2024
2 parents d4374e9 + 0397880 commit 5eec488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Builder
FROM golang:1.19 AS builder
FROM golang:1.22.4 AS builder

COPY ${PWD} /app
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion docker/worker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Builder
FROM golang:1.19 AS builder
FROM golang:1.22.4 AS builder

# Echo pwd
RUN echo ${PWD}
Expand Down

0 comments on commit 5eec488

Please sign in to comment.