From 89d9b03dfec8a5f1406507d45e582e852e748859 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Fri, 4 Mar 2022 15:50:35 +0300 Subject: [PATCH] Pull request: all: upd go Merge in DNS/adguard-home from upd-go to master Squashed commit of the following: commit 3b6c960afe073223dd73eaf650561509f0d13019 Author: Ainar Garipov Date: Fri Mar 4 15:45:15 2022 +0300 all: upd go --- bamboo-specs/release.yaml | 6 +++--- bamboo-specs/test.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bamboo-specs/release.yaml b/bamboo-specs/release.yaml index 796d874d..50bf1362 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:4.1' + 'dockerGo': 'adguard/golang-ubuntu:4.2' 'stages': - 'Make release': @@ -266,7 +266,7 @@ # need to build a few of these. 'variables': 'channel': 'beta' - 'dockerGo': 'adguard/golang-ubuntu:4.1' + 'dockerGo': 'adguard/golang-ubuntu:4.2' # release-vX.Y.Z branches are the branches from which the actual final release # is built. - '^release-v[0-9]+\.[0-9]+\.[0-9]+': @@ -281,4 +281,4 @@ # are the ones that actually get released. 'variables': 'channel': 'release' - 'dockerGo': 'adguard/golang-ubuntu:4.1' + 'dockerGo': 'adguard/golang-ubuntu:4.2' diff --git a/bamboo-specs/test.yaml b/bamboo-specs/test.yaml index e41f172f..fa410195 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:4.1' + 'dockerGo': 'adguard/golang-ubuntu:4.2' 'stages': - 'Tests':