Skip to content

Commit

Permalink
fix(be): downgrade go version (#2076)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaehyeon1020 authored Sep 7, 2024
1 parent a440bd1 commit 886c3d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/iris/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### BUILDER ###
ARG app_env=production

FROM golang:1.23 AS builder
FROM golang:1.22 AS builder

COPY . /build
WORKDIR /build
Expand Down
2 changes: 1 addition & 1 deletion apps/iris/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/skkuding/codedang/apps/iris

go 1.23
go 1.22

require (
github.com/aws/aws-sdk-go-v2 v1.30.4
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
":label(dependencies)"
],
"constraints": {
"go": "1.21"
"go": "1.22"
},
"rangeStrategy": "bump",
"lockFileMaintenance": { "enabled": true },
Expand Down

0 comments on commit 886c3d4

Please sign in to comment.