Skip to content

Commit 0dc2359

Browse files
committed
CI: Fix Go version in goreleaser: Thanks, YAML..
1 parent d8ea8a7 commit 0dc2359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release tag
33
on:
44
push:
55
tags:
6-
- "*"
6+
- '*'
77

88
jobs:
99
goreleaser:
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v4
1818
with:
19-
go-version: 1.20
19+
go-version: '1.20'
2020
- name: Run GoReleaser
2121
uses: goreleaser/goreleaser-action@v4
2222
with:

0 commit comments

Comments
 (0)