Skip to content

Commit 64200cc

Browse files
lmvlmvlverrall
andauthored
Pin garble to v0.9.3 for go 1.19 support (#31)
* Add *.cluster.local as a valid URL for EESY * Fix garble to v0.9.3 to support go 1.19 --------- Co-authored-by: Leon Verrall <lverrall@slb.com>
1 parent cdc4162 commit 64200cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout code
2222
uses: actions/checkout@v3
2323
- name: Install garble
24-
run: go install -v mvdan.cc/garble
24+
run: go install -v mvdan.cc/garble@v0.9.3
2525
- name: Build
2626
run: garble -literals -tiny build -v ${{ github.workspace }}
2727
- name: Test
@@ -47,7 +47,7 @@ jobs:
4747
-
4848
name: Install garble
4949
run: |
50-
go install mvdan.cc/garble@master
50+
go install mvdan.cc/garble@v0.9.3
5151
sudo cp garble-literals.sh /usr/bin/garble-literals
5252
sudo chmod +x /usr/bin/garble-literals
5353
-

0 commit comments

Comments
 (0)