Skip to content

Commit

Permalink
Merge branch 'master' into bump-golang.org/x/net
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Feb 20, 2023
2 parents e8030c9 + 3146ba4 commit 014c331
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19
FROM golang:1.20

RUN apt-get update -y && apt-get install -y lsb-release
RUN wget -O- https://apt.releases.hashicorp.com/gpg | gpg --dearmor | tee /usr/share/keyrings/hashicorp-archive-keyring.gpg
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ BUG FIXES:
* resource/cloudflare_record: always send tags object which allows removal of unwanted tags ([#2205](https://github.com/cloudflare/terraform-provider-cloudflare/issues/2205))
* resource/cloudflare_tunnel_config: use correct notation for nested lists ([#2235](https://github.com/cloudflare/terraform-provider-cloudflare/issues/2235))

INTERNAL:

* internal: bump Go version to 1.20 ([#2245](https://github.com/cloudflare/terraform-provider-cloudflare/issues/2245))

DEPENDENCIES:

* provider: bumps github.com/cloudflare/cloudflare-go from 0.60.0 to 0.61.0 ([#2240](https://github.com/cloudflare/terraform-provider-cloudflare/issues/2240))
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/cloudflare/terraform-provider-cloudflare

go 1.19
go 1.20

require (
github.com/agext/levenshtein v1.2.3 // indirect
Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cloudflare/terraform-provider-cloudflare/tools

go 1.19
go 1.20

require (
github.com/bflad/tfproviderlint v0.28.1
Expand Down

0 comments on commit 014c331

Please sign in to comment.