-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- run rekres - github.com/cosi-project/runtime to v0.4.1 - github.com/siderolabs/gen to v0.4.8 - github.com/stretchr/testify to v1.9.0 - go.etcd.io/etcd/api/v3 to v3.5.13 - go.etcd.io/etcd/client/v3 to v3.5.13 - go.etcd.io/etcd/server/v3 to v3.5.13 - google.golang.org/grpc to v1.62.2 - docker/setup-buildx-action to v3.2.0 - codecov/codecov-action to v4.1.0 Signed-off-by: Dmitriy Matrenichev <[email protected]>
- Loading branch information
Showing
7 changed files
with
115 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
uses: docker/[email protected] | ||
- | ||
name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3.0.0 | ||
uses: docker/setup-buildx-action@v3.2.0 | ||
- | ||
name: base | ||
run: make base | ||
|
@@ -28,7 +28,7 @@ jobs: | |
run: make unit-tests | ||
- | ||
name: codecov | ||
uses: codecov/codecov-action@v3.1.4 | ||
uses: codecov/codecov-action@v4.1.0 | ||
with: | ||
files: ./_out/coverage-unit-tests.txt | ||
- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# syntax = docker/dockerfile-upstream:1.6.0-labs | ||
# syntax = docker/dockerfile-upstream:1.7.0-labs | ||
|
||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. | ||
# | ||
# Generated on 2024-02-28T14:47:03Z by kres latest. | ||
# Generated on 2024-04-15T16:04:02Z by kres 92eef68. | ||
|
||
ARG TOOLCHAIN | ||
|
||
# cleaned up specs and compiled versions | ||
FROM scratch AS generate | ||
|
||
# runs markdownlint | ||
FROM docker.io/node:21.6.2-alpine3.19 AS lint-markdown | ||
FROM docker.io/node:21.7.1-alpine3.19 AS lint-markdown | ||
WORKDIR /src | ||
RUN npm i -g [email protected] | ||
RUN npm i [email protected] | ||
|
@@ -71,6 +71,7 @@ FROM base AS lint-golangci-lint | |
WORKDIR /src | ||
COPY .golangci.yml . | ||
ENV GOGC 50 | ||
RUN golangci-lint config verify --config .golangci.yml | ||
RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/root/.cache/golangci-lint --mount=type=cache,target=/go/pkg golangci-lint run --config .golangci.yml | ||
|
||
# runs govulncheck | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.