Skip to content

Commit

Permalink
💚 specify golang sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Nov 17, 2023
1 parent 8b85e8d commit 473ae0c
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:

env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
go_version: '1.17'
# host_linux: ubuntu-latest
# host_windows: windows-latest
# host_macos: macos-latest

jobs:

Expand Down Expand Up @@ -60,43 +56,54 @@ jobs:
- target: windows
host: windows-latest
flutter_version: '2.10.3'
go_version: '1.17'
- target: macos
host: macos-latest
flutter_version: '2.10.3'
go_version: '1.17'
- target: linux
host: ubuntu-latest
flutter_version: '2.10.3'
go_version: '1.17'
- target: ios
host: macos-latest
flutter_version: '2.10.5'
go_version: '1.18'
- target: ios
host: macos-latest
flutter_version: '3.7.3'
go_version: '1.18'
- target: android-arm32
host: ubuntu-latest
flutter_version: '2.10.5'
go_version: '1.18'
- target: android-arm64
host: ubuntu-latest
flutter_version: '2.10.5'
- target: android-x86_64
host: ubuntu-latest
flutter_version: '2.10.5'
go_version: '1.18'
- target: android-arm32
host: ubuntu-latest
flutter_version: '3.7.3'
go_version: '1.18'
- target: android-arm64
host: ubuntu-latest
flutter_version: '3.7.3'
go_version: '1.18'
- target: android-x86_64
host: ubuntu-latest
flutter_version: '3.7.3'
go_version: '1.18'

runs-on: ${{ matrix.config.host }}

env:
TARGET: ${{ matrix.config.target }}
FLUTTER_VERSION: ${{ matrix.config.flutter_version }}
BRANCH: ${{ matrix.sources.branch }}
go_version: ${{ matrix.config.go_version }}

steps:

Expand Down

0 comments on commit 473ae0c

Please sign in to comment.