We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8b48f commit 7ebc5f9Copy full SHA for 7ebc5f9
.github/workflows/test.yml
@@ -18,9 +18,9 @@ jobs:
18
- name: Checkout repository
19
uses: actions/checkout@v4
20
- name: Set up Go
21
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v5
22
with:
23
- go-version: 1.21
+ go-version: 1.22
24
- name: install
25
run: make install
26
- name: install_cli
Makefile
@@ -1,6 +1,6 @@
1
include ./make/config.mk
2
3
-PACT_GO_VERSION=2.0.8
+PACT_GO_VERSION=2.2.0
4
PACT_DOWNLOAD_DIR=/tmp
5
ifeq ($(OS),Windows_NT)
6
PACT_DOWNLOAD_DIR=$$TMP
0 commit comments