Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Upgrade Go version to 1.23.3 across project files
Signed-off-by: Yash Israni <yashisrani52@gmail.com>
  • Loading branch information
yashisrani committed Mar 14, 2025
commit 4b78313297aee57505658c35a025cc6929ac7217
1 change: 1 addition & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v5
with:
go-version: 1.23.3
check-latest: true
go-version-file: 'go.mod'
- name: Set up go env
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG base_image=gcr.io/distroless/static

FROM golang:1.23 as builder
FROM golang:1.23.3 as builder
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you update this one to 1.24?

ARG pack_version
ENV PACK_VERSION=$pack_version
WORKDIR /app
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,4 @@ require (

replace github.com/BurntSushi/toml => github.com/BurntSushi/toml v1.3.2

go 1.23.0

toolchain go1.23.3
go 1.23.3
Loading