We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17887d6 commit 7c8de43Copy full SHA for 7c8de43
.github/workflows/build.yml
@@ -68,7 +68,7 @@ jobs:
68
run: make coverage
69
70
- name: Upload coverage reports to Codecov
71
- uses: codecov/codecov-action@v4.0.1
+ uses: codecov/codecov-action@v4.6.0
72
with:
73
token: ${{ secrets.CODECOV_TOKEN }}
74
slug: segmentio/chamber
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.24.2-alpine AS build
+FROM golang:1.24.4-alpine AS build
2
3
WORKDIR /go/src/github.com/segmentio/chamber
4
COPY . .
0 commit comments