Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/go_modules/github.com/cloudflar…
Browse files Browse the repository at this point in the history
…e/cloudflare-go-0.95.0
  • Loading branch information
jacobbednarz authored May 9, 2024
2 parents af97394 + fea3918 commit d6eca2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
path: ~/go/pkg/mod
key: go1.20-${{ hashFiles('**/go.sum') }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: "--config .golintci.yml"
Expand Down
1 change: 1 addition & 0 deletions testdata/terraform/cloudflare_teams_location/test.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
resource "cloudflare_teams_location" "terraform_managed_resource" {
account_id = "f037e56e89293a057740de681ac9abbe"
client_default = false
ecs_support = false
name = "Austin Office Location"
networks {
network = "192.0.2.1/32"
Expand Down

0 comments on commit d6eca2e

Please sign in to comment.