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