diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index a375574..a5fd8ce 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -7,7 +7,7 @@ permissions: contents: read env: - GO_VERSION: 1.19.3 + GO_VERSION: 1.20.7 jobs: lint-protos: @@ -59,7 +59,7 @@ jobs: # Use ajv to validate schema - name: Setup node - uses: actions/setup-node@v3.7.0 + uses: actions/setup-node@v3.8.1 - name: Validate schema run: make ajv-validate-flagd-schema