Skip to content

Commit 5e12f90

Browse files
committed
Github action for Go is nitpicky about YAML types
1 parent 8e13472 commit 5e12f90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v4
1717
with:
18-
go-version: 1.20
18+
go-version: '1.20'
1919

2020
- name: Download cyclonedx-gomod
2121
uses: CycloneDX/gh-gomod-generate-sbom@v1

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v4
1717
with:
18-
go-version: 1.20
18+
go-version: '1.20'
1919

2020
- name: Build
2121
run: ./build.ps1

0 commit comments

Comments
 (0)