Skip to content

Commit

Permalink
ci: fix go version env
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Oct 8, 2023
1 parent 150953a commit 82d316a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .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.20
GO_VERSION: "1.20"
FLUTTER_VERSION: 3.10.6

permissions:
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.20
GO_VERSION: "1.20"

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.20
GO_VERSION: "1.20"
FLUTTER_VERSION: 3.10.6

jobs:
Expand Down

0 comments on commit 82d316a

Please sign in to comment.