Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9c66ab4

Browse files
staheri14cmwaters
authored andcommittedJul 30, 2024
chore: upgrades go version to 1.22.5 in main (#1434)
Closes #1433
1 parent 3aea3d1 commit 9c66ab4

17 files changed

+22
-22
lines changed
 

‎.github/workflows/check-generated.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- uses: actions/setup-go@v4
4545
with:
46-
go-version: "1.22.2"
46+
go-version: "1.22.5"
4747

4848
- uses: actions/checkout@v4
4949
with:

‎.github/workflows/coverage.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-go@v4
1414
with:
15-
go-version: "1.22.2"
15+
go-version: "1.22.5"
1616
- name: Create a file with all the pkgs
1717
run: go list ./... > pkgs.txt
1818
- name: Split pkgs into 4 files
@@ -48,8 +48,8 @@ jobs:
4848
steps:
4949
- uses: actions/setup-go@v4
5050
with:
51-
go-version: "1.22.2"
52-
- uses: actions/checkout@v4
51+
go-version: "1.22.5"
52+
- uses: actions/checkout@v3
5353
- uses: technote-space/get-diff-action@v6
5454
with:
5555
PATTERNS: |
@@ -70,8 +70,8 @@ jobs:
7070
steps:
7171
- uses: actions/setup-go@v4
7272
with:
73-
go-version: "1.22.2"
74-
- uses: actions/checkout@v4
73+
go-version: "1.22.5"
74+
- uses: actions/checkout@v3
7575
- uses: technote-space/get-diff-action@v6
7676
with:
7777
PATTERNS: |

‎.github/workflows/e2e-manual.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/setup-go@v4
1818
with:
19-
go-version: '1.22.2'
19+
go-version: '1.22.5'
2020

2121
- uses: actions/checkout@v4
2222

‎.github/workflows/e2e-nightly-34x.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/setup-go@v4
2525
with:
26-
go-version: '1.22.2'
26+
go-version: '1.22.5'
2727

2828
- uses: actions/checkout@v4
2929
with:

‎.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/setup-go@v4
1616
with:
17-
go-version: '1.22.2'
17+
go-version: '1.22.5'
1818
- uses: actions/checkout@v3
1919
- uses: technote-space/get-diff-action@v6
2020
with:

‎.github/workflows/fuzz-nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/setup-go@v4
1313
with:
14-
go-version: '1.22.2'
14+
go-version: '1.22.5'
1515

1616
- uses: actions/checkout@v4
1717

‎.github/workflows/govulncheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/setup-go@v3
1818
with:
19-
go-version: "1.22.2"
19+
go-version: "1.22.5"
2020
- uses: actions/checkout@v3
2121
- uses: technote-space/get-diff-action@v6
2222
with:

‎.github/workflows/pre-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-go@v4
2020
with:
21-
go-version: '1.22.2'
21+
go-version: '1.22.5'
2222

2323
# Similar check to ./release-version.yml, but enforces this when pushing
2424
# tags. The ./release-version.yml check can be bypassed and is mainly

‎.github/workflows/release-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-go@v4
1717
with:
18-
go-version: '1.22.2'
18+
go-version: '1.22.5'
1919

2020
- name: Check version
2121
run: |

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-go@v4
1818
with:
19-
go-version: '1.22.2'
19+
go-version: '1.22.5'
2020

2121
- name: Generate release notes
2222
run: |

‎.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/setup-go@v4
2727
with:
28-
go-version: "1.22.2"
28+
go-version: "1.22.5"
2929
- uses: actions/checkout@v3
3030
- uses: technote-space/get-diff-action@v6
3131
with:
@@ -121,7 +121,7 @@ jobs:
121121
# steps:
122122
# - uses: actions/setup-go@v3
123123
# with:
124-
# go-version: "1.22.2"
124+
# go-version: "1.22.5"
125125
# - uses: actions/checkout@v3
126126
# - uses: technote-space/get-diff-action@v6
127127
# with:

‎DOCKER/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use a build arg to ensure that both stages use the same,
22
# hopefully current, go version.
3-
ARG GOLANG_BASE_IMAGE=golang:1.22.4-alpine
3+
ARG GOLANG_BASE_IMAGE=golang:1.22.5-alpine
44

55
# stage 1 Generate CometBFT Binary
66
FROM --platform=$BUILDPLATFORM $GOLANG_BASE_IMAGE as builder

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This repo intends on preserving the minimal possible diff with [cometbft/cometbf
5050
- **specific to Celestia**: consider if [celestia-app](https://github.com/celestiaorg/celestia-app) is a better target
5151
- **not specific to Celestia**: consider making the contribution upstream in CometBFT
5252

53-
1. [Install Go](https://go.dev/doc/install) 1.22.4+
53+
1. [Install Go](https://go.dev/doc/install) 1.22.5+
5454
2. Fork this repo
5555
3. Clone your fork
5656
4. Find an issue to work on (see [good first issues](https://github.com/celestiaorg/celestia-core/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22))

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/tendermint/tendermint
22

3-
go 1.22.4
3+
go 1.22.5
44

55
require (
66
github.com/BurntSushi/toml v1.2.1

‎scripts/proto-gen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cd "$(git rev-parse --show-toplevel)"
1010

1111
# Run inside Docker to install the correct versions of the required tools
1212
# without polluting the local system.
13-
docker run --rm -i -v "$PWD":/w --workdir=/w golang:1.22.4-alpine sh <<"EOF"
13+
docker run --rm -i -v "$PWD":/w --workdir=/w golang:1.22.5-alpine sh <<"EOF"
1414
apk add git make
1515
1616
go install github.com/bufbuild/buf/cmd/buf

‎test/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22.4
1+
FROM golang:1.22.5
22

33
# Grab deps (jq, hexdump, xxd, killall)
44
RUN apt-get update && \

‎test/e2e/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# We need to build in a Linux environment to support C libraries, e.g. RocksDB.
22
# We use Debian instead of Alpine, so that we can use binary database packages
33
# instead of spending time compiling them.
4-
FROM golang:1.22.4-bullseye
4+
FROM golang:1.22.5-bullseye
55

66
RUN apt-get -qq update -y && apt-get -qq upgrade -y >/dev/null
77
RUN apt-get -qq install -y libleveldb-dev librocksdb-dev >/dev/null

0 commit comments

Comments
 (0)
Please sign in to comment.