Skip to content

Commit

Permalink
temporarily disable quickstart test & go 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwen Whelan committed Oct 19, 2021
1 parent f99bd0d commit 27c9788
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go-version: ["1.12", "1.13", "1.14", "1.15", "1.16", "1.17"]
go-version: ["1.13", "1.14", "1.15", "1.16", "1.17"]
steps:
- uses: actions/checkout@v2
- name: Set version env
Expand Down Expand Up @@ -759,10 +759,10 @@ jobs:
profile: minimal
toolchain: stable
override: true
- name: Use Go 1.12
- name: Use Go 1.13
uses: actions/setup-go@v2
with:
go-version: "1.12"
go-version: "1.13"
- name: Run quickstart tests
run: make -C docs test-quickstarts-release

Expand All @@ -787,7 +787,7 @@ jobs:
validate_java,
validate_js,
validate_go,
test_quickstarts,
# test_quickstarts,
]
steps:
- name: Set version env
Expand Down

0 comments on commit 27c9788

Please sign in to comment.