Skip to content

Commit

Permalink
tests: Pin garble version (#625)
Browse files Browse the repository at this point in the history
v0.7.0 requires Go 1.18. Upgrade & pin the dependency for now.
  • Loading branch information
klauspost committed Jun 10, 2022
1 parent 999ca10 commit 4bc73d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -85,7 +85,7 @@ jobs:
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

- name: install garble
run: go install mvdan.cc/garble@latest
run: go install mvdan.cc/garble@v0.7.0

- name: goreleaser deprecation
run: curl -sfL https://git.io/goreleaser | VERSION=v1.9.2 sh -s -- check
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -18,10 +18,10 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.18.x
-
name: install garble
run: go install mvdan.cc/garble@latest
run: go install mvdan.cc/garble@v0.7.0
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 4bc73d3

Please sign in to comment.