Skip to content

Commit 24d2561

Browse files
committed
BUG/MINOR: use project go version in go release
1 parent 0d11684 commit 24d2561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/.goreleaser.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v2
1212
- name: Set up Go
13-
uses: actions/setup-go@v2
13+
uses: actions/setup-go@v3
1414
with:
15-
go-version: 1.19
15+
go-version-file: 'go.mod'
1616
- name: Run GoReleaser
1717
uses: goreleaser/goreleaser-action@v2
1818
with:

0 commit comments

Comments
 (0)