ilangelov
d1ef1a9cb2
Update build-and-push.yml
2025-02-23 14:08:40 +02:00
ilangelov
c895f6929f
Update build-and-push.yml
2025-02-23 14:04:47 +02:00
ilangelov
63decbaecc
Create build-and-push.yml
2025-02-23 14:02:36 +02:00
ilangelov
92f5e5cc69
Delete .github/workflows/build.yml
2025-02-23 14:02:11 +02:00
ilangelov
a55a380d69
Update build.yml
2025-02-23 13:48:14 +02:00
ilangelov
48e9d096e8
Update build.yml
2025-02-23 13:43:51 +02:00
ilangelov
f425e7b8c2
Update build.yml
...
new method
2025-02-23 11:37:27 +02:00
ilangelov
55278b7902
Update build.yml
2025-02-23 11:09:29 +02:00
ilangelov
7ab9e6f0b2
Update build.yml
2025-02-23 10:24:56 +02:00
ilangelov
45bb7fa699
Update build.yml
...
fixing PR label and docker push
2025-02-23 09:54:24 +02:00
ilangelov
2491d81abf
Update build.yml
2025-02-23 09:44:57 +02:00
ilangelov
c4c27a50d1
Update test.yml
2025-02-23 09:38:24 +02:00
ilangelov
d4753c7753
Update go.yml
2025-02-23 09:24:57 +02:00
ilangelov
1277f499de
Create test.yml
2025-02-23 09:23:10 +02:00
ilangelov
e1574d8250
Create build.yml
2025-02-23 09:09:36 +02:00
Sina M
67cd4cd5a1
.github: downgrade go for lint step ( #31217 )
2025-02-20 10:27:13 +01:00
levisyin
07d7fe2b33
build: upgrade -dlgo version to Go 1.24.0 ( #31159 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
2025-02-19 11:21:22 +01:00
Sina M
3fcbb6735e
.github: add lint step ( #31068 )
2025-01-28 18:56:20 +01:00
Martin HS
d0fd1331f1
all: update to go version 1.23.0 ( #30323 )
...
This PR updates the version of go used in builds and docker to
1.23.0. Release notes: https://go.dev/doc/go1.23
More importantly, following our policy of maintaining the last two
versions (which now becomes 1.23 and 1.22), we can now make use of
the things that were introduced in 1.22: https://go.dev/doc/go1.22
Go 1.22 makes two changes to “for” loops.
- each iteration creates new variables,
- for loops may range over integers
Other than that, some interesting library changes and other stuff.
2024-08-20 15:50:07 +02:00
Guillaume Ballet
c732039a34
.github: disable cache in actions run ( #29926 )
2024-06-11 15:57:41 +02:00
cario-dev
d2f00cb54e
.github: upgrade to action versions with node20 ( #29776 )
...
* github: upgrade checkout action to version with node20
* Update go.yml
---------
Co-authored-by: Felix Lange <fjl@twurst.com>
2024-05-14 15:46:11 +02:00
Sina Mahmoodi
a608c0ac84
cmd/devp2p/internal/ethtest: skip large tx test on github build ( #28794 )
...
This test was failling consistently on the github 32-bit build probably due to slow IO. Skipping it for that green check.
2024-01-12 15:14:03 +01:00
Guillaume Ballet
69576df254
.github: use github actions to run 32-bit linux tests ( #28549 )
...
use github actions to run 32-bit linux tests
2023-12-05 14:45:40 +01:00