Bump golangci/golangci-lint-action from 3.7.1 to 6.0.1 (#458)

* Bump golangci/golangci-lint-action from 3.7.1 to 6.0.1

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.7.1 to 6.0.1.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.7.1...v6.0.1)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Go format

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Josh Spence <jspence@anduril.com>
This commit is contained in:
dependabot[bot]
2024-11-22 11:29:06 +11:00
committed by GitHub
parent b0f2d27553
commit d79cc47b12
2 changed files with 2 additions and 2 deletions

View File

@@ -29,6 +29,6 @@ jobs:
go-version-file: "go.mod"
check-latest: true
- uses: "golangci/golangci-lint-action@v3.7.1"
- uses: "golangci/golangci-lint-action@v6.0.1"
with:
skip-pkg-cache: true

View File

@@ -99,7 +99,7 @@ func resourceDevice() *schema.Resource {
},
},
"poe_mode": {
Description: "PoE mode of the port; valid values are `auto`, `pasv24`, `passthrough`, and `off`.",
Description: "PoE mode of the port; valid values are `auto`, `pasv24`, `passthrough`, and `off`.",
Type: schema.TypeString,
Optional: true,
ValidateFunc: validation.StringInSlice([]string{"auto", "pasv24", "passthrough", "off"}, false),