This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: Update dependencies Signed-off-by: Raphael Ludwig <[email protected]> * chore: Remove unneded GO version from unit tests action Signed-off-by: Raphael Ludwig <[email protected]> * chore: Update actions/setup-go to version 3.3.0 Signed-off-by: Raphael Ludwig <[email protected]> * chore: Update actions/github-script to 6.2.0 Signed-off-by: Raphael Ludwig <[email protected]> * chore: dawidd6/action-download-artifact to 2.23.0 Signed-off-by: Raphael Ludwig <[email protected]> * chore: c-py/action-dotenv-to-setenv to v4 Signed-off-by: Raphael Ludwig <[email protected]> Signed-off-by: Raphael Ludwig <[email protected]>
- Loading branch information
Showing
5 changed files
with
131 additions
and
269 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
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 |
---|---|---|
|
@@ -126,7 +126,7 @@ jobs: | |
|
||
- name: Load CI Environment from .ci_env | ||
id: load_ci_env | ||
uses: c-py/action-dotenv-to-setenv@v3 | ||
uses: c-py/action-dotenv-to-setenv@v4 | ||
with: | ||
env-file: .ci_env | ||
|
||
|
@@ -213,7 +213,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Set up Go | ||
uses: actions/setup-go@v3.2.1 | ||
uses: actions/setup-go@v3.3.0 | ||
with: | ||
go-version-file: "go.mod" | ||
|
||
|
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 |
---|---|---|
|
@@ -36,7 +36,6 @@ jobs: | |
network-policy: [true, false] | ||
job-network-policy: [true, false] | ||
env: | ||
GO_VERSION: 1.18 | ||
GOPROXY: "https://proxy.golang.org" | ||
GO111MODULE: "on" | ||
BRANCH: ${{ github.head_ref || github.ref_name }} | ||
|
@@ -53,7 +52,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Setup Go | ||
uses: actions/setup-go@v3.2.1 | ||
uses: actions/setup-go@v3.3.0 | ||
with: | ||
go-version-file: "go.mod" | ||
|
||
|
@@ -63,7 +62,7 @@ jobs: | |
|
||
# Download artifacts from last CI run | ||
- name: Download artifacts | ||
uses: dawidd6/action-download-artifact@v2.21.1 | ||
uses: dawidd6/action-download-artifact@v2.23.0 | ||
id: download_artifacts_push | ||
with: | ||
# Download last successful artifact from a CI build | ||
|
@@ -272,7 +271,7 @@ jobs: | |
# As output a markdown and a json version will be generated | ||
- name: Build final test report | ||
id: build_final_test_report | ||
uses: actions/github-script@v6.1.0 | ||
uses: actions/github-script@v6.2.0 | ||
env: | ||
TEST_REPORTS_PATH: ${{ env.TEST_REPORTS_PATH }} | ||
FINAL_TEST_REPORTS_FOLDER: ${{ env.FINAL_TEST_REPORTS_FOLDER }} | ||
|
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.