Skip to content

Commit dd1786e

Browse files
committed
fix: pin terra go v1.22
1 parent 343a0aa commit dd1786e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/terra-classic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Build and push terra-classic Docker image
5151
run: |
52-
./heighliner build -c terra-classic --git-ref ${{ env.VERSION }} --alpine-version 3.18
52+
./heighliner build -c terra-classic --git-ref ${{ env.VERSION }} --alpine-version 3.18 --go-version 1.22
5353
5454
- name: Tag and push Docker image
5555
run: |

0 commit comments

Comments
 (0)