Skip to content

Commit 6608dfd

Browse files
barnabasbusaclaude
andcommitted
fix: disable go cache in setup-go and fix ethereumjs Dockerfile casing
setup-go v6 defaults to caching via go.mod which doesn't exist in the repo root. Also fix FROM...as -> FROM...AS casing lint warning. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ee22c07 commit 6608dfd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/install-deps/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ runs:
3131
if: contains(inputs.repository, 'prysm')
3232
with:
3333
go-version: '1.23.0'
34+
cache: false

ethereumjs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-alpine as build
1+
FROM node:18-alpine AS build
22
RUN apk update && apk add --no-cache bash git g++ make python3 && rm -rf /var/cache/apk/*
33
WORKDIR /usr/app
44

0 commit comments

Comments
 (0)