File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 85
85
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
86
86
87
87
- name : install garble
88
- run : go install mvdan.cc/garble@latest
88
+ run : go install mvdan.cc/garble@v0.7.0
89
89
90
90
- name : goreleaser deprecation
91
91
run : curl -sfL https://git.io/goreleaser | VERSION=v1.9.2 sh -s -- check
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
name : Set up Go
19
19
uses : actions/setup-go@v2
20
20
with :
21
- go-version : 1.17 .x
21
+ go-version : 1.18 .x
22
22
-
23
23
name : install garble
24
- run : go install mvdan.cc/garble@latest
24
+ run : go install mvdan.cc/garble@v0.7.0
25
25
-
26
26
name : Run GoReleaser
27
27
uses : goreleaser/goreleaser-action@v2
You can’t perform that action at this time.
0 commit comments