Skip to content

Commit

Permalink
build: bump Go minor revision
Browse files Browse the repository at this point in the history
* from 1.23.2 to 1.23.4

Signed-off-by: Alex Aizman <[email protected]>
  • Loading branch information
alex-aizman committed Jan 14, 2025
1 parent b0b5b49 commit ce849f3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ issues:
max-issues-per-linter: 0

run:
go: '1.23.2'
go: '1.23.4'
tests: true # Enable linting test files.
concurrency: 4
timeout: 6m
Expand Down
2 changes: 1 addition & 1 deletion cmd/cli/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/NVIDIA/aistore/cmd/cli

go 1.23.2
go 1.23.4

require (
github.com/NVIDIA/aistore v1.3.26-0.20250108155940-8c676ef07b6d
Expand Down
2 changes: 1 addition & 1 deletion cmd/ishard/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/NVIDIA/aistore/cmd/ishard

go 1.23.2
go 1.23.4

require (
github.com/NVIDIA/aistore v1.3.26-0.20250108155940-8c676ef07b6d
Expand Down
2 changes: 1 addition & 1 deletion deploy/dev/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN wget https://bootstrap.pypa.io/get-pip.py &&\
pip install awscli s3cmd

# Setting ENV variables
ENV GOLANG_VERSION="1.23.2"
ENV GOLANG_VERSION="1.23.4"

# Reassign arguments to environment variables so run.sh can use them
ENV GOPATH /go
Expand Down
2 changes: 1 addition & 1 deletion deploy/test-in-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get clean && apt-get update &&\

RUN pip3 install awscli s3cmd

ENV GOLANG_VERSION="1.23.2"
ENV GOLANG_VERSION="1.23.4"

ENV GOPATH /go
ENV GOBIN $GOPATH/bin
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/NVIDIA/aistore

go 1.23.2
go 1.23.4

require (
cloud.google.com/go/storage v1.47.0
Expand Down

0 comments on commit ce849f3

Please sign in to comment.