Skip to content

Commit

Permalink
Merge pull request #92 from equinix/fix-ghaction-versions
Browse files Browse the repository at this point in the history
fix sdk versions in gh actions
  • Loading branch information
ocobles authored May 14, 2024
2 parents 31df703 + 1cf413c commit a9d8f32
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
inputs: {}
env:
DOTNETVERSION: 7.0.x
GOVERSION: 1.21.x
GOVERSION: 1.22.x
JAVAVERSION: "11"
NODEVERSION: 20.x
PYTHONVERSION: "3.9"
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ on:
env:
PROVIDER: equinix
DOTNETVERSION: 7.0.x
GOVERSION: 1.21.x
GOVERSION: 1.22.x
GRADLEVERSION: "7.6"
JAVAVERSION: "11"
NODEVERSION: 16.x
NODEVERSION: 20.x
PYTHONVERSION: "3.9"
# THIS GITHUB_TOKEN IS A REQUIREMENT TO BE ABLE TO WRITE TO GH RELEASES
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -119,10 +120,10 @@ jobs:
distribution: temurin
java-version: ${{ env.JAVAVERSION }}
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
# Pin to known good version until #2262 is resolved
gradle-version: "7.6"
gradle-version: ${{ env.GRADLEVERSION }}
- name: Download provider + tfgen binaries
uses: actions/download-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
PROVIDER: equinix
PR_COMMIT_SHA: ${{ github.event.client_payload.pull_request.head.sha }}
DOTNETVERSION: 7.0.x
GOVERSION: 1.21.x
GOVERSION: 1.22.x
JAVAVERSION: "11"
NODEVERSION: 20.x
PYTHONVERSION: "3.9"
Expand Down
Loading

0 comments on commit a9d8f32

Please sign in to comment.