mirror of https://github.com/dapr/quickstarts.git
Merge pull request #986 from mikeee/bump-go-validation
bump go validation workflow to 1.21
This commit is contained in:
commit
ec1e515512
|
@ -35,7 +35,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
DAPR_DEFAULT_IMAGE_REGISTRY: GHCR
|
DAPR_DEFAULT_IMAGE_REGISTRY: GHCR
|
||||||
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install
|
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install
|
||||||
GOVER: 1.18
|
GOVER: 1.21
|
||||||
KUBERNETES_VERSION: v1.21.1
|
KUBERNETES_VERSION: v1.21.1
|
||||||
KIND_VERSION: v0.11.0
|
KIND_VERSION: v0.11.0
|
||||||
KIND_IMAGE_SHA: sha256:69860bda5563ac81e3c0057d654b5253219618a22ec3a346306239bba8cfa1a6
|
KIND_IMAGE_SHA: sha256:69860bda5563ac81e3c0057d654b5253219618a22ec3a346306239bba8cfa1a6
|
||||||
|
@ -46,12 +46,12 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
- name: Load environment variables
|
- name: Load environment variables
|
||||||
uses: artursouza/export-env-action@v2
|
uses: artursouza/export-env-action@v2
|
||||||
with:
|
with:
|
||||||
envFile: './.github/env/global.env'
|
envFile: "./.github/env/global.env"
|
||||||
expand: 'true'
|
expand: "true"
|
||||||
- name: Install podman - MacOS
|
- name: Install podman - MacOS
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
if: matrix.os == 'macos-latest'
|
if: matrix.os == 'macos-latest'
|
||||||
|
@ -76,7 +76,7 @@ jobs:
|
||||||
sudo ln -s $(which podman) /usr/local/bin/docker
|
sudo ln -s $(which podman) /usr/local/bin/docker
|
||||||
sudo ln -s $(which podman-compose) /usr/local/bin/docker-compose
|
sudo ln -s $(which podman-compose) /usr/local/bin/docker-compose
|
||||||
- name: Set up Go ${{ env.GOVER }}
|
- name: Set up Go ${{ env.GOVER }}
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: ${{ env.GOVER }}
|
go-version: ${{ env.GOVER }}
|
||||||
- name: Set up Dapr CLI - Mac/Linux
|
- name: Set up Dapr CLI - Mac/Linux
|
||||||
|
@ -116,3 +116,4 @@ jobs:
|
||||||
- name: Linkcheck README.md
|
- name: Linkcheck README.md
|
||||||
run: |
|
run: |
|
||||||
make validate
|
make validate
|
||||||
|
|
||||||
|
|
|
@ -27,8 +27,8 @@ expected_stderr_lines:
|
||||||
output_match_mode: substring
|
output_match_mode: substring
|
||||||
match_order: none
|
match_order: none
|
||||||
background: true
|
background: true
|
||||||
sleep: 15
|
sleep: 30
|
||||||
timeout_seconds: 30
|
timeout_seconds: 60
|
||||||
-->
|
-->
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
@ -27,8 +27,8 @@ expected_stderr_lines:
|
||||||
output_match_mode: substring
|
output_match_mode: substring
|
||||||
match_order: none
|
match_order: none
|
||||||
background: true
|
background: true
|
||||||
sleep: 15
|
sleep: 30
|
||||||
timeout_seconds: 30
|
timeout_seconds: 60
|
||||||
-->
|
-->
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
@ -24,8 +24,8 @@ expected_stderr_lines:
|
||||||
output_match_mode: substring
|
output_match_mode: substring
|
||||||
match_order: none
|
match_order: none
|
||||||
background: true
|
background: true
|
||||||
sleep: 15
|
sleep: 30
|
||||||
timeout_seconds: 30
|
timeout_seconds: 60
|
||||||
-->
|
-->
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue