all: upd go, chlog

This commit is contained in:
Ainar Garipov
2022-03-04 15:38:59 +03:00
parent dd2153b7ac
commit 52bc1b3f10
3 changed files with 26 additions and 12 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.9'
'dockerGo': 'adguard/golang-ubuntu:3.10'
'stages':
- 'Make release':
@@ -266,7 +266,7 @@
# need to build a few of these.
'variables':
'channel': 'beta'
'dockerGo': 'adguard/golang-ubuntu:3.9'
'dockerGo': 'adguard/golang-ubuntu:3.10'
# 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:3.9'
'dockerGo': 'adguard/golang-ubuntu:3.10'

View File

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