aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJacob Oaks <jacoboaks.8@gmail.com>2024-04-29 13:59:54 -0400
committerGitHub <noreply@github.com>2024-04-29 13:59:54 -0400
commit8e51ce359599ca6a0ca844364f81b1d45f228b04 (patch)
treeeaad2b88ca2b76554a8bf336005d87a715720140 /.github
parent33f6b6c06ee3ba4cf16825725da2104d52e14b49 (diff)
parent4dcde33a7a5079de367eeedd24facd4f583ae386 (diff)
downloadsally-8e51ce359599ca6a0ca844364f81b1d45f228b04.tar.gz
Merge branch 'master' into dependabot/github_actions/codecov/codecov-action-4
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/go.yml4
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