Skip to content

Commit

Permalink
feat(actions): update the go-version field to use a string instead of…
Browse files Browse the repository at this point in the history
… a number

Turns out there is an issue with YAML where if we provide a number the YAML will be parsed to ignore the trailing zero.

Signed-off-by: Casale, Robert <[email protected]>
  • Loading branch information
Gearheads committed Jul 21, 2023
1 parent 72ae5d3 commit e082401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: '1.20'
- name: Login to DockerHub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit e082401

Please sign in to comment.