Skip to content

Commit 7ebc5f9

Browse files
committed
chore(deps): go to 1.22 / pact-go 2.2.0
1 parent 3a8b48f commit 7ebc5f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- name: Checkout repository
1919
uses: actions/checkout@v4
2020
- name: Set up Go
21-
uses: actions/setup-go@v3
21+
uses: actions/setup-go@v5
2222
with:
23-
go-version: 1.21
23+
go-version: 1.22
2424
- name: install
2525
run: make install
2626
- name: install_cli

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include ./make/config.mk
22

3-
PACT_GO_VERSION=2.0.8
3+
PACT_GO_VERSION=2.2.0
44
PACT_DOWNLOAD_DIR=/tmp
55
ifeq ($(OS),Windows_NT)
66
PACT_DOWNLOAD_DIR=$$TMP

0 commit comments

Comments
 (0)