Skip to content

Commit

Permalink
Update CI (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Jan 10, 2024
1 parent 7fa0b42 commit d60b743
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 55 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
go-version: "1.21"
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # pin@v3.6.0
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # pin@v3.7.0
with:
version: v1.51
version: v1.54
only-new-issues: true
args: --timeout=10m
timeout-minutes: 10
50 changes: 0 additions & 50 deletions .github/workflows/stale.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ linters:
disable-all: true
enable:
- bodyclose
- deadcode
- depguard
- dogsled
- dupl
Expand All @@ -24,12 +23,10 @@ linters:
- prealloc
- revive
- staticcheck
- structcheck
- typecheck
- unconvert
- unparam
- unused
- varcheck
- whitespace
issues:
exclude-rules:
Expand Down

0 comments on commit d60b743

Please sign in to comment.