Skip to content

Commit ab5cb22

Browse files
committed
Bump go version to 1.22 across codebase
1 parent 92fe725 commit ab5cb22

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/pr_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Go
3434
uses: actions/setup-go@v5
3535
with:
36-
go-version: "1.21"
36+
go-version: "1.22"
3737

3838
- name: Download Go dependencies
3939
run: go get ./... && go mod tidy
@@ -63,7 +63,7 @@ jobs:
6363
- name: Set up Go
6464
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
6565
with:
66-
go-version: "1.21"
66+
go-version: "1.22"
6767

6868
- name: Download Go dependencies
6969
run: go get ./... && go mod tidy

assets/pango/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/PaloAltoNetworks/pango
22

3-
go 1.21.4
3+
go 1.22
44

55
require (
66
github.com/onsi/ginkgo/v2 v2.19.0

assets/terraform/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/PaloAltoNetworks/terraform-provider-panos
22

3-
go 1.21.4
3+
go 1.22
44

55
require (
66
github.com/PaloAltoNetworks/pango v0.10.3-0.20240408115758-216d8509e7cf

0 commit comments

Comments
 (0)