Upgrade algod and indexer golang to 1.18.2 (#1225)

* Upgrade algod golang to 1.18.2

* Upgrade algorand indexer to golang 1.18.2
This commit is contained in:
Jonathan Claudius 2022-05-24 10:50:53 -04:00 committed by GitHub
parent 1e6611ebb6
commit 8049dce113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
ARG GO_VERSION=1.17.5
ARG GO_VERSION=1.18.2
FROM golang:$GO_VERSION as algorand-algod
# Support additional root CAs

View File

@ -1,4 +1,4 @@
ARG GO_VERSION=1.17.5
ARG GO_VERSION=1.18.2
FROM golang:$GO_VERSION-alpine
# Support additional root CAs