Pull request 2069: upd-all

Squashed commit of the following:

commit 7c37a6d8ad0d896cf4723859ba38c998c5f3a345
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Mon Nov 13 14:31:07 2023 +0300

    all: upd go, flts, i18n, svcs, tools
This commit is contained in:
Ainar Garipov
2023-11-13 16:01:03 +03:00
parent fdf60eeed1
commit b1b7b1cfe9
36 changed files with 288 additions and 70 deletions

View File

@@ -272,7 +272,7 @@
# need to build a few of these.
'variables':
'channel': 'beta'
'dockerGo': 'adguard/golang-ubuntu:7.4'
'dockerGo': 'adguard/golang-ubuntu:7.5'
# 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:7.4'
'dockerGo': 'adguard/golang-ubuntu:7.5'

View File

@@ -191,7 +191,7 @@
# need to build a few of these.
'variables':
'channel': 'beta'
'dockerGo': 'adguard/golang-ubuntu:7.4'
'dockerGo': 'adguard/golang-ubuntu:7.5'
'snapcraftChannel': 'beta'
# release-vX.Y.Z branches are the branches from which the actual final
# release is built.
@@ -207,5 +207,5 @@
# are the ones that actually get released.
'variables':
'channel': 'release'
'dockerGo': 'adguard/golang-ubuntu:7.4'
'dockerGo': 'adguard/golang-ubuntu:7.5'
'snapcraftChannel': 'candidate'