-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
29e870e
commit 580bea4
Showing
6 changed files
with
15 additions
and
15 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,9 +19,9 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v3.0.0 | ||
uses: docker/setup-qemu-action@v3.1.0 | ||
- name: Set up Docker Buildx | ||
uses: docker/[email protected] | ||
- name: Login to DockerHub | ||
|
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,9 +19,9 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v3.0.0 | ||
uses: docker/setup-qemu-action@v3.1.0 | ||
- name: Set up Docker Buildx | ||
uses: docker/[email protected] | ||
- name: Login to DockerHub | ||
|
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 |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
- name: Install go | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -46,7 +46,7 @@ jobs: | |
uses: arduino/[email protected] | ||
with: | ||
# renovate: depName=go-task/task datasource=github-releases | ||
version: 3.37.2 | ||
version: 3.38.0 | ||
- name: Tidy go.mod | ||
run: go mod tidy | ||
- name: Run linters | ||
|
@@ -71,7 +71,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
- name: Install go | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -84,7 +84,7 @@ jobs: | |
- name: Install cilium-cli | ||
env: | ||
# renovate: depName=cilium/cilium-cli datasource=github-releases | ||
CILIUM_CLI_VERSION: v0.16.10 | ||
CILIUM_CLI_VERSION: v0.16.11 | ||
run: | | ||
wget https://github.com/cilium/cilium-cli/releases/download/${CILIUM_CLI_VERSION}/cilium-linux-amd64.tar.gz | ||
sudo tar xzvfC cilium-linux-amd64.tar.gz /usr/local/bin | ||
|
@@ -109,7 +109,7 @@ jobs: | |
- name: kind-1 - Install MetalLB | ||
env: | ||
# renovate: depName=metallb datasource=helm registryUrl=https://charts.bitnami.com/bitnami | ||
METALLB_CHART_VERSION: 6.3.3 | ||
METALLB_CHART_VERSION: 6.3.6 | ||
run: | | ||
MANIFESTS_PATH=/tmp/metallb-manifests.yaml | ||
|
@@ -177,7 +177,7 @@ jobs: | |
PVMIG_TEST_EXTRA_KUBECONFIG: /home/runner/.kube/kind-2.yaml | ||
run: richgo test -tags integration -race -coverpkg=./... -coverprofile=coverage.txt -covermode=atomic -timeout 20m -v ./... | ||
- name: Send coverage | ||
uses: codecov/codecov-action@v4.4.1 | ||
uses: codecov/codecov-action@v4.5.0 | ||
with: | ||
files: coverage.txt | ||
token: ${{ secrets.CODECOV_TOKEN }} |
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 |
---|---|---|
|
@@ -11,9 +11,9 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v3.0.0 | ||
uses: docker/setup-qemu-action@v3.1.0 | ||
- name: Set up Docker Buildx | ||
uses: docker/[email protected] | ||
- name: Login to DockerHub | ||
|
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 |
---|---|---|
|
@@ -11,9 +11,9 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v3.0.0 | ||
uses: docker/setup-qemu-action@v3.1.0 | ||
- name: Set up Docker Buildx | ||
uses: docker/[email protected] | ||
- name: Login to DockerHub | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
with: | ||
# to be able to generate the full changelog: | ||
# https://github.com/goreleaser/goreleaser-action/issues/56#issuecomment-568718162 | ||
|