1 Commits

Author SHA1 Message Date
00b19fde91 chore(deps): update actions/cache digest to 27d5ce7
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
CI / test (pull_request) Successful in 56s
2026-04-16 10:17:05 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ jobs:
go.sum go.sum
- name: cache go - name: cache go
id: cache-go id: cache-go
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
with: with:
path: | path: |
/go_path /go_path

View File

@@ -30,7 +30,7 @@ jobs:
go.sum go.sum
- name: cache go - name: cache go
id: cache-go id: cache-go
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
with: with:
path: | path: |
/go_path /go_path

View File

@@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.25-alpine@sha256:04d017a27c481185c169884328a5761d052910fdced8c3b8edd686474efdf59b as build FROM docker.io/library/golang:1.25-alpine@sha256:8e02eb337d9e0ea459e041f1ee5eece41cbb61f1d83e7d883a3e2fb4862063fa as build
ARG GOARCH=amd64 ARG GOARCH=amd64