Skip to content

Commit 4bc73d3

Browse files
authored
tests: Pin garble version (#625)
v0.7.0 requires Go 1.18. Upgrade & pin the dependency for now.
1 parent 999ca10 commit 4bc73d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: go build github.com/klauspost/compress/s2/cmd/s2c && go build github.com/klauspost/compress/s2/cmd/s2d&&./s2c -verify s2c &&./s2d s2c.s2&&rm ./s2c&&rm s2d&&rm s2c.s2
8686

8787
- name: install garble
88-
run: go install mvdan.cc/garble@latest
88+
run: go install mvdan.cc/garble@v0.7.0
8989

9090
- name: goreleaser deprecation
9191
run: curl -sfL https://git.io/goreleaser | VERSION=v1.9.2 sh -s -- check

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
name: Set up Go
1919
uses: actions/setup-go@v2
2020
with:
21-
go-version: 1.17.x
21+
go-version: 1.18.x
2222
-
2323
name: install garble
24-
run: go install mvdan.cc/garble@latest
24+
run: go install mvdan.cc/garble@v0.7.0
2525
-
2626
name: Run GoReleaser
2727
uses: goreleaser/goreleaser-action@v2

0 commit comments

Comments
 (0)