diff options
| author | Jacob Oaks <jacoboaks.8@gmail.com> | 2024-04-29 13:59:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-29 13:59:54 -0400 |
| commit | 8e51ce359599ca6a0ca844364f81b1d45f228b04 (patch) | |
| tree | eaad2b88ca2b76554a8bf336005d87a715720140 /.github/workflows/go.yml | |
| parent | 33f6b6c06ee3ba4cf16825725da2104d52e14b49 (diff) | |
| parent | 4dcde33a7a5079de367eeedd24facd4f583ae386 (diff) | |
| download | sally-8e51ce359599ca6a0ca844364f81b1d45f228b04.tar.gz | |
Merge branch 'master' into dependabot/github_actions/codecov/codecov-action-4
Diffstat (limited to '.github/workflows/go.yml')
| -rw-r--r-- | .github/workflows/go.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 810a8ef..739df3a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -45,11 +45,11 @@ jobs: go-version: 1.21.x cache: false # managed by golangci-lint - - uses: golangci/golangci-lint-action@v3 + - uses: golangci/golangci-lint-action@v5 name: Install golangci-lint with: version: latest - args: --version # make lint will run the linter + args: --help # make lint will run the linter - run: make lint name: Lint |