Skip to content

Commit e86fcaa

Browse files
build(deps): bump golang in /integration-test
Bumps golang from `7870fdc` to `dcbb18c`. --- updated-dependencies: - dependency-name: golang dependency-version: 1.27rc2-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cacbcd3 commit e86fcaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

integration-test/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Step 1: Modules caching
2-
FROM golang:1.27rc2-alpine@sha256:7870fdc211100210e7380f487953c4188fcbeac99646a56926a973161a3eedcd AS modules
2+
FROM golang:1.27rc2-alpine@sha256:dcbb18cc5fa1082364dc6aa95224b6b55429d09cbb9631a053d8064c1c367300 AS modules
33
COPY go.mod go.sum /modules/
44
WORKDIR /modules
55
RUN go mod download
66

77
# Step 2: Tests
8-
FROM golang:1.27rc2-alpine@sha256:7870fdc211100210e7380f487953c4188fcbeac99646a56926a973161a3eedcd
8+
FROM golang:1.27rc2-alpine@sha256:dcbb18cc5fa1082364dc6aa95224b6b55429d09cbb9631a053d8064c1c367300
99
COPY --from=modules /go/pkg /go/pkg
1010
COPY . /app
1111
WORKDIR /app

0 commit comments

Comments
 (0)