Skip to content

Commit 34c39af

Browse files
chore: bump go version on release actions (#79)
bump go to 1.21 on github release actions.
1 parent 83496c1 commit 34c39af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v4
1818
with:
19-
go-version: "1.20"
19+
go-version: "1.21"
2020
- name: Build linux-amd64
2121
run: |
2222
make helmvm-linux-amd64

.github/workflows/release-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v4
2020
with:
21-
go-version: "1.20"
21+
go-version: "1.21"
2222
- name: Build linux-amd64
2323
run: |
2424
make helmvm-linux-amd64 VERSION=$TAG_NAME

0 commit comments

Comments
 (0)