Skip to content

Commit

Permalink
chore(deps): upgrade to Go 1.23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Feb 11, 2025
1 parent dff4322 commit 0c535ec
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ HTTPS_GIT := https://github.com/celestiaorg/celestia-app.git
PACKAGE_NAME := github.com/celestiaorg/celestia-app/v3
# Before upgrading the GOLANG_CROSS_VERSION, please verify that a Docker image exists with the new tag.
# See https://github.com/goreleaser/goreleaser-cross/pkgs/container/goreleaser-cross
GOLANG_CROSS_VERSION ?= v1.23.5
GOLANG_CROSS_VERSION ?= v1.23.6
# Set this to override the max square size of the binary
OVERRIDE_MAX_SQUARE_SIZE ?=

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ node | | | |

### From source

1. [Install Go](https://go.dev/doc/install) 1.23.5
1. [Install Go](https://go.dev/doc/install) 1.23.6
1. Clone this repo
1. Install the celestia-appd binary

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Separating the builder and runtime image allows the runtime image to be
# considerably smaller because it doesn't need to have Golang installed.
ARG BUILDER_IMAGE=docker.io/golang:1.23.5-alpine3.20
ARG BUILDER_IMAGE=docker.io/golang:1.23.6-alpine3.20
ARG RUNTIME_IMAGE=docker.io/alpine:3.19
ARG TARGETOS
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion docker/txsim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: generate txsim binary
FROM --platform=$BUILDPLATFORM docker.io/golang:1.23.5-alpine3.20 as builder
FROM --platform=$BUILDPLATFORM docker.io/golang:1.23.6-alpine3.20 as builder

ARG TARGETOS
ARG TARGETARCH
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/celestiaorg/celestia-app/v3

go 1.23.5
go 1.23.6

require (
cosmossdk.io/errors v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion go.work.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.23.5
go 1.23.6

use (
.
Expand Down
2 changes: 1 addition & 1 deletion test/interchain/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/celestiaorg/celestia-app/test/interchain

go 1.23.5
go 1.23.6

require (
cosmossdk.io/math v1.4.0
Expand Down

0 comments on commit 0c535ec

Please sign in to comment.