mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-03-17 23:13:47 +01:00
fix: Ensure tag-action reads go-version correctly
Unfortunately 1.20 is merged to 1.2 in yaml. Add '' to avoid parsing as number.
This commit is contained in:
2
.github/workflows/tag.yml
vendored
2
.github/workflows/tag.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.20
|
||||
go-version: '1.20'
|
||||
- name: Import GPG key
|
||||
id: import_gpg
|
||||
uses: crazy-max/ghaction-import-gpg@v3
|
||||
|
||||
Reference in New Issue
Block a user