Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
workflow: fix release go version
Browse files Browse the repository at this point in the history
  • Loading branch information
FrimIdan committed Apr 10, 2023
1 parent 7b98ec7 commit 65b99a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- "v[0-9]+.[0-9]+.[0-9]+"

env:
GO_VERSION: 1.20
GO_VERSION: 1.19

jobs:
verification:
Expand Down

0 comments on commit 65b99a4

Please sign in to comment.