File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.26.1-bookworm@sha256:8e8aa801e8417ef0b5c42b504dd34db3db911bb73dba933bd8bde75ed815fdbb
85+ image : golang:1.26.1-bookworm@sha256:ab3d6955bbc813a0f3fdf220c1d817dd89c0b3f283777db8ece4a32fe7858edd
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.26.1-bookworm@sha256:8e8aa801e8417ef0b5c42b504dd34db3db911bb73dba933bd8bde75ed815fdbb AS base
1+ FROM --platform=$BUILDPLATFORM golang:1.26.1-bookworm@sha256:ab3d6955bbc813a0f3fdf220c1d817dd89c0b3f283777db8ece4a32fe7858edd 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