all: bump go in ci

This commit is contained in:
Eugene Burkov
2023-11-09 12:38:10 +03:00
parent ca898fe74e
commit f81a94eb94
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
'name': 'build' 'name': 'build'
'env': 'env':
'GO_VERSION': '1.20.10' 'GO_VERSION': '1.20.11'
'NODE_VERSION': '16' 'NODE_VERSION': '16'
'on': 'on':

View File

@@ -1,7 +1,7 @@
'name': 'lint' 'name': 'lint'
'env': 'env':
'GO_VERSION': '1.20.10' 'GO_VERSION': '1.20.11'
'on': 'on':
'push': 'push':

View File

@@ -7,7 +7,7 @@
# Make sure to sync any changes with the branch overrides below. # Make sure to sync any changes with the branch overrides below.
'variables': 'variables':
'channel': 'edge' 'channel': 'edge'
'dockerGo': 'adguard/golang-ubuntu:7.4' 'dockerGo': 'adguard/golang-ubuntu:7.5'
'stages': 'stages':
- 'Build frontend': - 'Build frontend':

View File

@@ -10,7 +10,7 @@
# Make sure to sync any changes with the branch overrides below. # Make sure to sync any changes with the branch overrides below.
'variables': 'variables':
'channel': 'edge' 'channel': 'edge'
'dockerGo': 'adguard/golang-ubuntu:7.4' 'dockerGo': 'adguard/golang-ubuntu:7.5'
'snapcraftChannel': 'edge' 'snapcraftChannel': 'edge'
'stages': 'stages':

View File

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