mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Update E2E (#11140)
* save progress * tidy * Update go.yml * make CI happy * gosec * revert back * Update go.yml * change go version * remove fixed test case * fix ci * fix updates * fix up * fix race tests * fix bad mock * lock it * fix it * fix e2e builds * use gotags * Revert "use gotags" This reverts commit808863f427. * Revert "fix e2e builds" This reverts commiteb351e7d31. * Revert "fix it" This reverts commit9e99dac94f. * Revert "lock it" This reverts commit1a3c60ad41. * different approach * better Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com>
This commit is contained in:
5
.github/workflows/go.yml
vendored
5
.github/workflows/go.yml
vendored
@@ -62,10 +62,9 @@ jobs:
|
||||
id: go
|
||||
|
||||
- name: Golangci-lint
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.45.2
|
||||
skip-go-installation: true
|
||||
version: v1.47.2
|
||||
|
||||
build:
|
||||
name: Build
|
||||
|
||||
Reference in New Issue
Block a user