Skip to content

Commit

Permalink
Build against a newer GoLang (#5350)
Browse files Browse the repository at this point in the history
Build against the newer GoLang 1.22, since the download for 1.15 seems
to have been taken down

<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT
license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>
  • Loading branch information
keyboardDrummer committed Apr 24, 2024
1 parent 2e7de95 commit 06b8794
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Set up oldest supported Go
uses: actions/setup-go@v5
with:
go-version: '1.15'
go-version: '1.16'
cache: false
- name: Set up goimports
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtime-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.15'
go-version: '1.16'
cache: false
- name: Set up goimports
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/standard-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build:
needs: check-deep-tests
if: always() && (( github.event_name == 'pull_request' && (needs.check-deep-tests.result == 'success' || contains(github.event.pull_request.labels.*.name, 'run-deep-tests'))) || ( github.event_name == 'push' && ( github.ref_name == 'master' || vars.TEST_ON_FORK == 'true' )))
runs-on: macos-latest
runs-on: macos-11

steps:
- name: Checkout Dafny
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.15'
go-version: '1.16'
cache: false
- name: Set up goimports
env:
Expand Down

0 comments on commit 06b8794

Please sign in to comment.