Skip to content

Commit

Permalink
[PBJ-8269]: Upgrade to go 1.23.4 (#43)
Browse files Browse the repository at this point in the history
* [PBJ-8269]: Upgrade to go 1.23.4
  • Loading branch information
Wentao0312 authored Dec 24, 2024
1 parent ec5be0a commit 786ea8f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.22.4
v1.23.4
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# any Go projects at Vungle.
#
# Tag: vungle/golang[:<go-semver>]; e.g. vungle/golang:1.5, vungle/golang:1.5.2.
FROM golang:1.22.4
FROM golang:1.23.4

# OUTDIR specifies a directory in which projects can create output files so that
# these output files can be consumed by other processes. Downstream projects can
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# any Go projects at Vungle.
#
# Tag: vungle/golang[:<go-semver>-alpine]; e.g. vungle/golang:1.5-alpine, vungle/golang:1.5.2-alpine.
FROM golang:1.22.4-alpine
FROM golang:1.23.4-alpine

RUN apk add -q --update \
&& apk add -q \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifndef BUILD_SCOPE
BUILD_SCOPE=v1.22.4-dev
BUILD_SCOPE=v1.23.4-dev
endif

PROJECT_BASE=vungle/golang
Expand Down

0 comments on commit 786ea8f

Please sign in to comment.