Skip to content

Commit

Permalink
Bump golangci/golangci-lint-action from 2.5.2 to 3.1.0 (flipt-io#724)
Browse files Browse the repository at this point in the history
* Bump golangci/golangci-lint-action from 2.5.2 to 3.1.0

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2.5.2 to 3.1.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v2.5.2...v3.1.0)

---
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>

* Update test.yml

* Update test.yml

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Phelps <mark.aaron.phelps@gmail.com>
  • Loading branch information
dependabot[bot] and markphelps committed Mar 13, 2022
1 parent 8017140 commit 280762d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/setup-go@v2
with:
go-version: "1.17.x"

- name: golangci-lint
uses: golangci/golangci-lint-action@v2.5.2
uses: golangci/golangci-lint-action@v3.1.0
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.40
version: v1.44

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand Down

0 comments on commit 280762d

Please sign in to comment.