Skip to content

Commit

Permalink
fix: Fixed Go mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Aug 13, 2024
1 parent ac3c0f0 commit ca9e4a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/zia-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
goVersion: ["1.22"]
goVersion: ["1.21"]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
strategy:
fail-fast: false
matrix:
goVersion: ["1.22"]
goVersion: ["1.21"]
environment:
# - ZIA_ZSCLOUD
- ZIA_ZS0
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
# strategy:
# fail-fast: false
# matrix:
# goVersion: ["1.22"]
# goVersion: ["1.21"]
# environment:
# - ZIA_ZS1
# environment: ${{ matrix.environment }}
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
# strategy:
# fail-fast: false
# matrix:
# goVersion: ["1.22"]
# goVersion: ["1.21"]
# environment:
# - ZIA_ZS2
# environment: ${{ matrix.environment }}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/zscaler/terraform-provider-zia/v3

go 1.22
go 1.21

require (
github.com/biter777/countries v1.7.5
Expand Down

0 comments on commit ca9e4a1

Please sign in to comment.