Pull request: bamboo-specs: upd go

Merge in DNS/adguard-home from upd-go to master

Squashed commit of the following:

commit b7f0f61d9c8b0eef753ee24c18a477299a455e94
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Wed Jul 14 12:04:59 2021 +0300

    bamboo-specs: upd go
This commit is contained in:
Ainar Garipov 2021-07-14 12:43:11 +03:00
parent 167447547a
commit 4684c8e4ed
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
# Make sure to sync any changes with the branch overrides below.
'variables':
'channel': 'edge'
'dockerGo': 'adguard/golang-ubuntu:3.1'
'dockerGo': 'adguard/golang-ubuntu:3.3'
'stages':
- 'Make release':
@ -266,7 +266,7 @@
# need to build a few of these.
'variables':
'channel': 'beta'
'dockerGo': 'adguard/golang-ubuntu:3.1'
'dockerGo': 'adguard/golang-ubuntu:3.3'
# release-vX.Y.Z branches are the branches from which the actual final release
# is built.
- '^release-v[0-9]+\.[0-9]+\.[0-9]+':
@ -276,4 +276,4 @@
# are the ones that actually get released.
'variables':
'channel': 'release'
'dockerGo': 'adguard/golang-ubuntu:3.1'
'dockerGo': 'adguard/golang-ubuntu:3.3'

View File

@ -5,7 +5,7 @@
'key': 'AHBRTSPECS'
'name': 'AdGuard Home - Build and run tests'
'variables':
'dockerGo': 'adguard/golang-ubuntu:3.1'
'dockerGo': 'adguard/golang-ubuntu:3.3'
'stages':
- 'Tests':