diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e154dd3..f1c35913 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ 'name': 'build' 'env': - 'GO_VERSION': '1.20.10' + 'GO_VERSION': '1.20.11' 'NODE_VERSION': '16' 'on': diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 11a96f8b..144cc3f4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,7 +1,7 @@ 'name': 'lint' 'env': - 'GO_VERSION': '1.20.10' + 'GO_VERSION': '1.20.11' 'on': 'push': diff --git a/bamboo-specs/release.yaml b/bamboo-specs/release.yaml index f868e363..6655d9bb 100644 --- a/bamboo-specs/release.yaml +++ b/bamboo-specs/release.yaml @@ -7,7 +7,7 @@ # Make sure to sync any changes with the branch overrides below. 'variables': 'channel': 'edge' - 'dockerGo': 'adguard/golang-ubuntu:7.4' + 'dockerGo': 'adguard/golang-ubuntu:7.5' 'stages': - 'Build frontend': diff --git a/bamboo-specs/snapcraft.yaml b/bamboo-specs/snapcraft.yaml index 854ef3cc..8380658e 100644 --- a/bamboo-specs/snapcraft.yaml +++ b/bamboo-specs/snapcraft.yaml @@ -10,7 +10,7 @@ # Make sure to sync any changes with the branch overrides below. 'variables': 'channel': 'edge' - 'dockerGo': 'adguard/golang-ubuntu:7.4' + 'dockerGo': 'adguard/golang-ubuntu:7.5' 'snapcraftChannel': 'edge' 'stages': diff --git a/bamboo-specs/test.yaml b/bamboo-specs/test.yaml index bacb94ef..746b599d 100644 --- a/bamboo-specs/test.yaml +++ b/bamboo-specs/test.yaml @@ -5,7 +5,7 @@ 'key': 'AHBRTSPECS' 'name': 'AdGuard Home - Build and run tests' 'variables': - 'dockerGo': 'adguard/golang-ubuntu:7.4' + 'dockerGo': 'adguard/golang-ubuntu:7.5' 'stages': - 'Tests':