Pull request 2276: Update Go & tools

Squashed commit of the following:

commit 74629880756659d22989a69bd7631a246207d3b7
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Tue Sep 10 14:35:51 2024 +0300

    all: fix docs

commit 238ff1d418f1aef2b0056be96ce83484341c3fea
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Tue Sep 10 14:28:27 2024 +0300

    all: upd go & tools
This commit is contained in:
Eugene Burkov
2024-09-10 15:14:48 +03:00
parent b443cf35c4
commit 6fe4b9440d
11 changed files with 220 additions and 49 deletions

View File

@@ -1,7 +1,7 @@
'name': 'build'
'env':
'GO_VERSION': '1.22.6'
'GO_VERSION': '1.23.1'
'NODE_VERSION': '16'
'on':

View File

@@ -1,7 +1,7 @@
'name': 'lint'
'env':
'GO_VERSION': '1.22.6'
'GO_VERSION': '1.23.1'
'on':
'push':