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.26.0-bookworm@sha256:eae3cdfa040d0786510a5959d36a836978724d03b34a166ba2e0e198baac9196
85+ image : golang:1.26.0-bookworm@sha256:2a0ba12e116687098780d3ce700f9ce3cb340783779646aafbabed748fa6677c
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.0-bookworm@sha256:eae3cdfa040d0786510a5959d36a836978724d03b34a166ba2e0e198baac9196 AS base
1+ FROM --platform=$BUILDPLATFORM golang:1.26.0-bookworm@sha256:2a0ba12e116687098780d3ce700f9ce3cb340783779646aafbabed748fa6677c 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