Skip to content

Commit 8835d0f

Browse files
authored
Bump golang version to 1.20.14. (#1597)
1 parent f82384d commit 8835d0f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ workflows:
1818
name: test_with_go_<< matrix.go_version >>
1919
matrix: &go-version-matrix
2020
parameters:
21-
go_version: ["1.20.5"]
21+
go_version: ["1.20.14"]
2222

2323
circleci_build_and_test_nightly:
2424
triggers:
@@ -33,7 +33,7 @@ workflows:
3333
context: lamprey-secrets
3434
matrix: &go-version-matrix
3535
parameters:
36-
go_version: ["1.20.5"]
36+
go_version: ["1.20.14"]
3737
- indexer_vs_algod_nightly:
3838
name: nightly_test_indexer_vs_algod
3939
context: lamprey-secrets

.github/workflows/reviewdog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install specific golang
1616
uses: actions/setup-go@v4.0.1
1717
with:
18-
go-version: '1.20.5'
18+
go-version: '1.20.14'
1919
- name: reviewdog-golangci-lint
2020
uses: reviewdog/action-golangci-lint@v2.3.1
2121
with:
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install specific golang
3939
uses: actions/setup-go@v4.0.1
4040
with:
41-
go-version: '1.20.5'
41+
go-version: '1.20.14'
4242
- name: Add bin to PATH
4343
run: |
4444
echo "$GITHUB_WORKSPACE/bin" >> $GITHUB_PATH

e2e_tests/docker/indexer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_IMAGE=golang:1.20.5
1+
ARG GO_IMAGE=golang:1.20.14
22
FROM $GO_IMAGE
33
ARG CHANNEL=stable
44

monitoring/Dockerfile-indexer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.20.5
1+
ARG GO_VERSION=1.20.14
22
FROM golang:$GO_VERSION
33

44
ENV DEBIAN_FRONTEND noninteractive

0 commit comments

Comments
 (0)