Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 9a41b40

Browse files
author
Sameer Naik
authored
Merge pull request #55 from triggermesh/gorelease-golang
ci: setup go 1.19 for goreleaser
2 parents 1094a30 + a31ff63 commit 9a41b40

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
with:
5555
fetch-depth: 0
5656

57+
- name: Set up Go
58+
uses: actions/setup-go@v4
59+
with:
60+
go-version: '1.19'
61+
5762
- name: Run GoReleaser
5863
uses: goreleaser/goreleaser-action@v4
5964
with:

0 commit comments

Comments
 (0)