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 2cc7b7a commit ac9c495Copy full SHA for ac9c495
1 file changed
.github/workflows/Release.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: Set up Go
28
uses: actions/setup-go@v3
29
with:
30
- go-version: 1.20
+ go-version: 1.19
31
32
- name: Build
33
run: make VERSION="${{ needs.create_release.outputs.version }}"
0 commit comments