Skip to content

Commit

Permalink
[SBB-1990] Go EoL fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vishu-25 committed Aug 29, 2024
1 parent 175d275 commit db170bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.2-alpine3.17
FROM c.rzp.io/razorpay/rzp-docker-image-inventory-multi-arch:rzp-golden-image-base-golang-1.23


ENV SRC_DIR=/go/src/github.com/razorpay/sqs-autoscaler-controller
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/razorpay/sqs-autoscaler-controller

go 1.20
go 1.23

toolchain go1.23.0

require (
github.com/alecthomas/kingpin/v2 v2.3.2
Expand Down

0 comments on commit db170bd

Please sign in to comment.