Skip to content

Commit 125af79

Browse files
authored
fix: bump heighliner fork with musl proxy (#558)
1 parent 0d675e1 commit 125af79

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docker-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- name: Build and push Docker image
3131
uses: strangelove-ventures/heighliner-build-action@v1.0.3
3232
with:
33-
# Heighliner fork supporting Go v1.24
33+
# Heighliner fork supporting Go v1.24 and musl.cc proxy
3434
heighliner-owner: 'noble-assets'
35-
heighliner-tag: 'v1.7.3'
35+
heighliner-tag: 'v1.7.4'
3636

3737
# Heighliner chains.yaml config
3838
chain: noble

.github/workflows/draft-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- name: Build and push Docker image
3131
uses: strangelove-ventures/heighliner-build-action@v1.0.3
3232
with:
33-
# Heighliner fork supporting Go v1.24
33+
# Heighliner fork supporting Go v1.24 and musl.cc proxy
3434
heighliner-owner: 'noble-assets'
35-
heighliner-tag: 'v1.7.3'
35+
heighliner-tag: 'v1.7.4'
3636

3737
# Heighliner chains.yaml config
3838
chain: noble

.github/workflows/e2e-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
platform: linux/amd64 # test runner architecture only
2424
git-ref: ${{ github.head_ref }} # source code ref
2525

26-
# Heighliner fork supporting Go v1.24
26+
# Heighliner fork supporting Go v1.24 and musl.cc proxy
2727
heighliner-owner: 'noble-assets'
28-
heighliner-tag: 'v1.7.3'
28+
heighliner-tag: 'v1.7.4'
2929

3030
# Heighliner chains.yaml config
3131
chain: noble

0 commit comments

Comments
 (0)