Skip to content

Commit cb772fa

Browse files
committed
Minor cleanup in github workflow definition
1 parent 89f878a commit cb772fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
name: Setup go
1414
uses: actions/setup-go@v3
1515
with:
16-
# Note: Using "go-version: 1.20" incorrectly matches with go version 1.2 (see https://github.com/actions/setup-go/issues/326)
17-
go-version: 1.20.*
16+
go-version: '1.20' # Quoted, because "go-version: 1.20" would be treated as go version 1.2.
1817
check-latest: true
1918

2019
# Configure git to keep LF on Windows, since linters such as goimports assumes this.

0 commit comments

Comments
 (0)