Skip to content

Commit 4072d76

Browse files
committed
update go version
1 parent f44dac0 commit 4072d76

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
ENV0_API_ENDPOINT: ${{ secrets.ENV0_API_ENDPOINT }}
99
ENV0_API_KEY: ${{ secrets.TF_PROVIDER_INTEGRATION_TEST_API_KEY }} # API Key for organization 'TF-provider-integration-tests' @ dev
1010
ENV0_API_SECRET: ${{ secrets.TF_PROVIDER_INTEGRATION_TEST_API_SECRET }}
11-
GO_VERSION: "1.21"
11+
GO_VERSION: "1.23"
1212
TERRAFORM_VERSION: 1.1.7
1313

1414
jobs:
@@ -44,7 +44,7 @@ jobs:
4444
integration-tests:
4545
name: Integration Tests
4646
runs-on: ubuntu-20.04
47-
container: golang:1.21-alpine3.18
47+
container: golang:1.23-alpine
4848
timeout-minutes: 20
4949
steps:
5050
- name: Install Terraform

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77

88
env:
9-
GO_VERSION: "1.21"
9+
GO_VERSION: "1.23"
1010

1111
jobs:
1212
generate-docs:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
- "v*.*.*"
1717

1818
env:
19-
GO_VERSION: "1.21"
19+
GO_VERSION: "1.23"
2020

2121
jobs:
2222
goreleaser:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ resource "env0_template" "example" {
9292

9393
## Development Setup
9494

95-
> **Supported Go Version: 1.21**
95+
> **Supported Go Version: 1.23**
9696
9797
### Build
9898

go.mod

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

3-
go 1.22.0
3+
go 1.23.0
44

55
toolchain go1.23.4
66

0 commit comments

Comments
 (0)