Skip to content

Commit 71acd4f

Browse files
committed
Pin Go version on release build
1 parent 01a75d4 commit 71acd4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
os: [ linux, darwin ]
1414
arch: [ amd64, arm64 ]
1515
steps:
16+
- name: Install Go
17+
uses: actions/setup-go@v3
18+
with:
19+
go-version: 1.18.x
1620
- uses: actions/checkout@v3
1721
- name: Go Build
1822
run: CGO_ENABLED=0 GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} go build -a -installsuffix cgo -o paranoia .

0 commit comments

Comments
 (0)