From b7633c91fe924486520596cc84907c8f37773242 Mon Sep 17 00:00:00 2001 From: Rootul Patel Date: Tue, 25 Jun 2024 15:50:41 -0400 Subject: [PATCH] chore(deps): upgrade to Go 1.22.4 --- .github/workflows/ci_release.yml | 2 +- Dockerfile | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index 6e3cdd0681..8efcf094b9 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest env: # upgrade go version throughout pipeline here - GO_VERSION: "1.22" + GO_VERSION: "1.22.4" outputs: go-version: ${{ steps.set-vars.outputs.go-version }} branch: ${{ steps.trim_ref.outputs.branch }} diff --git a/Dockerfile b/Dockerfile index bb90920e58..7dcaaf5f81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM docker.io/golang:1.22-alpine3.18 as builder +FROM --platform=$BUILDPLATFORM docker.io/golang:1.22.4-alpine3.20 as builder ARG TARGETPLATFORM ARG BUILDPLATFORM diff --git a/README.md b/README.md index 423ec17615..c671ccb6a9 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Continue reading [here](https://blog.celestia.org/celestia-mvp-release-data-avai | Requirement | Notes | | ----------- |----------------| -| Go version | 1.22 or higher | +| Go version | 1.22.4 or higher | ## System Requirements