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 e2b5e5f commit 589d882Copy full SHA for 589d882
.github/workflows/release.yaml
@@ -25,7 +25,7 @@ jobs:
25
github_token: ${{ secrets.GITHUB_TOKEN }}
26
goos: ${{ matrix.goos }}
27
goarch: ${{ matrix.goarch }}
28
- goversion: "https://dl.google.com/go/go1.13.1.linux-amd64.tar.gz"
29
- project_path: "howto.go"
+ goversion: "https://dl.google.com/go/go1.19.1.linux-amd64.tar.gz"
+ project_path: "."
30
binary_name: "howto"
31
extra_files: LICENSE README.md
0 commit comments