Skip to content

Commit

Permalink
Merge pull request #6 from vishu-25/SBB-1990
Browse files Browse the repository at this point in the history
[SBB-1990] Go EoL fix
  • Loading branch information
vishu-25 authored Sep 26, 2024
2 parents 175d275 + 2f06fad commit 0252cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM golang:1.20.2-alpine3.17

FROM golang:1.23.1-alpine3.20

ENV SRC_DIR=/go/src/github.com/razorpay/sqs-autoscaler-controller

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/razorpay/sqs-autoscaler-controller

go 1.20
go 1.23

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

0 comments on commit 0252cb4

Please sign in to comment.