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:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -1,7 +1,7 @@
|
||||
'name': 'build'
|
||||
|
||||
'env':
|
||||
'GO_VERSION': '1.22.6'
|
||||
'GO_VERSION': '1.23.1'
|
||||
'NODE_VERSION': '16'
|
||||
|
||||
'on':
|
||||
|
||||
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -1,7 +1,7 @@
|
||||
'name': 'lint'
|
||||
|
||||
'env':
|
||||
'GO_VERSION': '1.22.6'
|
||||
'GO_VERSION': '1.23.1'
|
||||
|
||||
'on':
|
||||
'push':
|
||||
|
||||
Reference in New Issue
Block a user