Skip to content

Commit

Permalink
ci: fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Oct 17, 2023
1 parent 6316e99 commit 7799a40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

env:
GO_VERSION: "1.19.12"
GO_VERSION: "1.19"
FLUTTER_VERSION: "3.10.6"

permissions:
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
go-version: 1.20
- uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
- "Dockerfile"

env:
GO_VERSION: "1.19.12"
GO_VERSION: "1.19"

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
- "go.sum"

env:
GO_VERSION: "1.19.12"
GO_VERSION: "1.19"
FLUTTER_VERSION: "3.10.6"

jobs:
Expand Down

0 comments on commit 7799a40

Please sign in to comment.