Skip to content

Commit fc33eb8

Browse files
chore(deps): update dependency go to v1.25.4
1 parent a3205d4 commit fc33eb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Set up Go
2020
uses: actions/setup-go@v6
2121
with:
22-
go-version: 1.24.5
22+
go-version: 1.25.4
2323
-
2424
name: Run GoReleaser
2525
uses: goreleaser/goreleaser-action@v6

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/pact-foundation/pact-go/v2
22

33
go 1.23.0
44

5-
toolchain go1.24.5
5+
toolchain go1.25.4
66

77
require (
88
github.com/golang/protobuf v1.5.4

0 commit comments

Comments
 (0)