File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff line change 1- ARG GO_IMAGE=golang:1.20.5
1+ ARG GO_IMAGE=golang:1.20.14
22FROM $GO_IMAGE
33ARG CHANNEL=stable
44
Original file line number Diff line number Diff line change 1- ARG GO_VERSION=1.20.5
1+ ARG GO_VERSION=1.20.14
22FROM golang:$GO_VERSION
33
44ENV DEBIAN_FRONTEND noninteractive
You can’t perform that action at this time.
0 commit comments