Skip to content

Commit

Permalink
Merge pull request #3319 from onflow/bastian/update-flow-go-related-c…
Browse files Browse the repository at this point in the history
…onfiguration

Update flow-go related configuration
  • Loading branch information
turbolent committed May 9, 2024
2 parents a4a2434 + 2bbe2f6 commit f73163c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/downstream.yml
Expand Up @@ -28,7 +28,6 @@ jobs:
uses: actions/checkout@v3
with:
repository: 'onflow/flow-go'
ref: ${{ github.base_ref == 'master' && 'feature/stable-cadence' || 'master' }}

- name: Setup Go
uses: actions/setup-go@v3
Expand All @@ -53,7 +52,6 @@ jobs:
uses: actions/checkout@v3
with:
repository: 'onflow/flow-emulator'
ref: ${{ github.base_ref == 'master' && 'master' || 'release/v0' }}

- name: Setup Go
uses: actions/setup-go@v3
Expand Down
1 change: 0 additions & 1 deletion tools/update/config.yaml
Expand Up @@ -9,7 +9,6 @@ repos:

- repo: onflow/flow-go
needsRelease: false
branch: feature/stable-cadence
mods:
- path: ""
deps:
Expand Down

0 comments on commit f73163c

Please sign in to comment.