We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f878a commit cb772faCopy full SHA for cb772fa
.github/workflows/build.yml
@@ -13,8 +13,7 @@ jobs:
13
name: Setup go
14
uses: actions/setup-go@v3
15
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.*
+ go-version: '1.20' # Quoted, because "go-version: 1.20" would be treated as go version 1.2.
18
check-latest: true
19
20
# Configure git to keep LF on Windows, since linters such as goimports assumes this.
0 commit comments