summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchris erway <chris.erway@algorand.com>2022-03-24 20:37:35 -0400
committerchris erway <chris.erway@algorand.com>2022-03-24 20:37:35 -0400
commit9f6b2b3894ac6ec7f7ead3d4b15b02ff952efd23 (patch)
treed99363cd2b486682716cf2b2b7b151d225b34572
parent1d8bd1bd79178bc1c76cd1afb41da9d2e639a806 (diff)
change tooling to use 1.16.15 instead of 1.16.11go1.16.15
-rw-r--r--.circleci/config.yml2
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/reviewdog.yml2
-rwxr-xr-xscripts/get_golang_version.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 4efd9076b..fcdfb7d6c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -196,7 +196,7 @@ commands:
shell: bash.exe
command: |
choco install -y msys2 pacman make wget --force
- choco install -y golang --version=1.16.11 --force
+ choco install -y golang --version=1.16.15 --force
choco install -y python3 --version=3.7.3 --force
export msys2='cmd //C RefreshEnv.cmd '
export msys2+='& set MSYS=winsymlinks:nativestrict '
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 63d7f6a57..4cc8eaba4 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
- name: Install golang
uses: actions/setup-go@v2
with:
- go-version: '1.16.11'
+ go-version: '1.16.15'
- name: Build Test
run: |
export ALGORAND_DEADLOCK=enable
diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml
index 8813920f3..134685fc6 100644
--- a/.github/workflows/reviewdog.yml
+++ b/.github/workflows/reviewdog.yml
@@ -44,7 +44,7 @@ jobs:
- name: Install specific golang
uses: actions/setup-go@v2
with:
- go-version: '1.16.11'
+ go-version: '1.16.15'
- name: Create folders for golangci-lint
run: mkdir -p cicdtmp/golangci-lint
- name: Check if custom golangci-lint is already built
diff --git a/scripts/get_golang_version.sh b/scripts/get_golang_version.sh
index 5dbe40699..1dd22eda4 100755
--- a/scripts/get_golang_version.sh
+++ b/scripts/get_golang_version.sh
@@ -11,7 +11,7 @@
# Our build task-runner `mule` will refer to this script and will automatically
# build a new image whenever the version number has been changed.
-BUILD=1.16.11
+BUILD=1.16.15
MIN=1.16
GO_MOD_SUPPORT=1.16