Skip to content

Commit

Permalink
Update go versions to 1.22
Browse files Browse the repository at this point in the history
Includes go.mod version and all github actions
  • Loading branch information
fantapop committed Dec 6, 2024
1 parent ba8bd3c commit 7883b17
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22

- name: Build terraform-provider
run: make install
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22

- name: Checkout sources
uses: actions/checkout@v4
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22

- name: Tests
run: make test
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22

- name: Build terraform-provider
run: make install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22

- name: Tests
run: make testacc
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/cockroachdb/terraform-provider-cockroach

go 1.21
go 1.22

toolchain go1.21.0
toolchain go1.22.6

require (
github.com/cockroachdb/cockroach-cloud-sdk-go/v5 v5.0.0
Expand Down

0 comments on commit 7883b17

Please sign in to comment.