Skip to content

Commit 4fd04bd

Browse files
Merge pull request #66 from wiremock/oleg-nenashev-patch-1
Update the release pipeline to use the version from go.mod
2 parents 4a68f8d + 9cb3ac0 commit 4fd04bd

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
@@ -28,7 +28,7 @@ jobs:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
goos: ${{ matrix.goos }}
3030
goarch: ${{ matrix.goarch }}
31-
goversion: "https://dl.google.com/go/go1.20.5.linux-amd64.tar.gz"
31+
goversion: go.mod
3232
binary_name: "wiremock-testcontainers-go"
3333
extra_files: LICENSE README.md
3434

0 commit comments

Comments
 (0)