File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
- name : Set up Go
34
34
uses : actions/setup-go@v5
35
35
with :
36
- go-version : " 1.21 "
36
+ go-version : " 1.22 "
37
37
38
38
- name : Download Go dependencies
39
39
run : go get ./... && go mod tidy
63
63
- name : Set up Go
64
64
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
65
65
with :
66
- go-version : " 1.21 "
66
+ go-version : " 1.22 "
67
67
68
68
- name : Download Go dependencies
69
69
run : go get ./... && go mod tidy
Original file line number Diff line number Diff line change 1
1
module github.com/PaloAltoNetworks/pango
2
2
3
- go 1.21.4
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/onsi/ginkgo/v2 v2.19.0
Original file line number Diff line number Diff line change 1
1
module github.com/PaloAltoNetworks/terraform-provider-panos
2
2
3
- go 1.21.4
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/PaloAltoNetworks/pango v0.10.3-0.20240408115758-216d8509e7cf
You can’t perform that action at this time.
0 commit comments