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

Commit ed661b8

Browse files
Merge pull request #26 from MaterializeInc/go-version
make github actions actually use the version from go.mod
2 parents 7e2a4ed + 5c04a51 commit ed661b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- run: git fetch --force --tags
1616
- uses: actions/setup-go@v2
1717
with:
18-
go-version: 1.16
18+
go-version-file: go.mod
1919
- uses: goreleaser/goreleaser-action@v2
2020
with:
2121
distribution: goreleaser

0 commit comments

Comments
 (0)