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 83496c1 commit 34c39afCopy full SHA for 34c39af
.github/workflows/release-dev.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v4
18
with:
19
- go-version: "1.20"
+ go-version: "1.21"
20
- name: Build linux-amd64
21
run: |
22
make helmvm-linux-amd64
.github/workflows/release-prod.yaml
@@ -18,7 +18,7 @@ jobs:
23
24
make helmvm-linux-amd64 VERSION=$TAG_NAME
0 commit comments