mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-04-26 18:48:27 +02: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
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.20
|
go-version: '1.20'
|
||||||
- name: Import GPG key
|
- name: Import GPG key
|
||||||
id: import_gpg
|
id: import_gpg
|
||||||
uses: crazy-max/ghaction-import-gpg@v3
|
uses: crazy-max/ghaction-import-gpg@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user