Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #59 from yoshihiro-shu/renovate/golang-1.x
Browse files Browse the repository at this point in the history
chore(deps): update golang docker tag
  • Loading branch information
yoshihiro-shu authored Oct 23, 2023
2 parents c9a8aed + 4d96930 commit e8ff0c1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
golang 1.20
golang 1.21.3
rust 1.73.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM golang:1.20 as builder
FROM golang:1.21 as builder

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion backend/.tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.21rc3
golang 1.21.3
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20 as dev
FROM golang:1.21 as dev
# LABEL maintainer "draft-backend"

ENV ROOT=/usr/src/app
Expand Down

0 comments on commit e8ff0c1

Please sign in to comment.