Skip to content

Commit 7c8de43

Browse files
fix: Golang & codecov version updates (#629)
* bump codecov-action to newest 4.x release to avoid EPIPE errors * bump golang to 1.24.4 to address CVE-2025-22874
1 parent 17887d6 commit 7c8de43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: make coverage
6969

7070
- name: Upload coverage reports to Codecov
71-
uses: codecov/codecov-action@v4.0.1
71+
uses: codecov/codecov-action@v4.6.0
7272
with:
7373
token: ${{ secrets.CODECOV_TOKEN }}
7474
slug: segmentio/chamber

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.2-alpine AS build
1+
FROM golang:1.24.4-alpine AS build
22

33
WORKDIR /go/src/github.com/segmentio/chamber
44
COPY . .

0 commit comments

Comments
 (0)