Skip to content

Commit

Permalink
fix: use go version from go.mod (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachfop committed Dec 7, 2022
2 parents 95271fc + e93acc4 commit 48406b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version-file: 'go.mod'
-
name: Run Go Tests
run: go test ./... -cover -race
Expand All @@ -45,7 +45,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version-file: 'go.mod'
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
Expand Down

0 comments on commit 48406b2

Please sign in to comment.