Skip to content

Commit

Permalink
Merge pull request #591 from devhindo/master
Browse files Browse the repository at this point in the history
Update Dockerfile to use Go version 1.23
  • Loading branch information
aabidsofi19 authored Dec 26, 2024
2 parents fcb5729 + b3624d9 commit a341204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 as build-env
FROM golang:1.23 as build-env
ENV CGO_ENABLED=0
ARG VERSION
ARG GIT_COMMITSHA
Expand Down

0 comments on commit a341204

Please sign in to comment.