We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b229f commit c25c545Copy full SHA for c25c545
1 file changed
.github/workflows/goreleaser.yml
@@ -26,13 +26,6 @@ jobs:
26
name: Install upx
27
run: sudo apt install upx zip -y
28
continue-on-error: true
29
-
30
- - name: Set up GCC
31
- uses: egor-tensin/setup-gcc@v1
32
- with:
33
- version: latest
34
- platform: x64
35
36
37
name: Run GoReleaser
38
uses: goreleaser/goreleaser-action@v5
@@ -45,6 +38,9 @@ jobs:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
39
GOPATH: "/home/runner/go"
47
40
41
+ - name: cat mod
42
+ run: cat v2/go.mod
43
+
48
44
- name: Set up Go 1.11
49
uses: actions/setup-go@v3
50
with:
0 commit comments