Pull request 2161: Upd Go
Squashed commit of the following: commit 304703195e66e935a5900b07d1cefea262a4689d Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed Mar 6 15:42:57 2024 +0300 all: log changes better commit c47f31ac7f6be6d5bada670065f20c32b0bd29e9 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed Mar 6 15:33:19 2024 +0300 bamboo-specs: upd img commit 5286ca1afe2c04e9b1d0b55bcbcd02d462947e8c Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed Mar 6 14:59:18 2024 +0300 tools: upd go commit fd5e94f0d4afadbf48deab1cee4ee23f82f1bd0f Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed Mar 6 14:11:05 2024 +0300 all: upd go
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
# Make sure to sync any changes with the branch overrides below.
|
||||
'variables':
|
||||
'channel': 'edge'
|
||||
'dockerGo': 'adguard/golang-ubuntu:8.0'
|
||||
'dockerGo': 'adguard/golang-ubuntu:8.1'
|
||||
|
||||
'stages':
|
||||
- 'Build frontend':
|
||||
@@ -272,7 +272,7 @@
|
||||
# need to build a few of these.
|
||||
'variables':
|
||||
'channel': 'beta'
|
||||
'dockerGo': 'adguard/golang-ubuntu:8.0'
|
||||
'dockerGo': 'adguard/golang-ubuntu:8.1'
|
||||
# release-vX.Y.Z branches are the branches from which the actual final
|
||||
# release is built.
|
||||
- '^release-v[0-9]+\.[0-9]+\.[0-9]+':
|
||||
@@ -287,4 +287,4 @@
|
||||
# are the ones that actually get released.
|
||||
'variables':
|
||||
'channel': 'release'
|
||||
'dockerGo': 'adguard/golang-ubuntu:8.0'
|
||||
'dockerGo': 'adguard/golang-ubuntu:8.1'
|
||||
|
||||
Reference in New Issue
Block a user