Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
outdead committed Oct 23, 2023
1 parent b41c5c8 commit 1c73610
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.15
go-version: 1.19.2

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand All @@ -27,7 +27,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
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.33
version: v1.53.3

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand Down
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ linters:
enable-all: true
disable:
- gomnd
- depguard
- tagliatelle
- varnamelen
- wrapcheck

issues:
exclude:
Expand Down

0 comments on commit 1c73610

Please sign in to comment.