File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8282 runner : [ubuntu-latest, ubuntu-22.04-arm]
8383 runs-on : ${{ matrix.runner }}
8484 container :
85- image : golang:1.25.5-bookworm@sha256:09f53deea14d4019922334afe6258b7b776afc1d57952be2012f2c8c4076db05
85+ image : golang:1.25.5-bookworm@sha256:d63fcbd9b3d3debebfc158906a9af85b027ff7dbaa4500cbf7ddca0354f3579c
8686 options : --user root --privileged
8787 steps :
8888 - id : go-cache-paths
Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM golang:1.25.5-bookworm@sha256:09f53deea14d4019922334afe6258b7b776afc1d57952be2012f2c8c4076db05 AS base
1+ FROM --platform=$BUILDPLATFORM golang:1.25.5-bookworm@sha256:d63fcbd9b3d3debebfc158906a9af85b027ff7dbaa4500cbf7ddca0354f3579c AS base
22
33RUN apt-get update && apt-get install -y curl clang gcc llvm make libbpf-dev
44
You can’t perform that action at this time.
0 commit comments