Skip to content

Commit

Permalink
Merge pull request #4 from milosgajdos/update-template
Browse files Browse the repository at this point in the history
update: bump go and linter versions
  • Loading branch information
milosgajdos authored May 12, 2024
2 parents 5b49435 + 50f2ebe commit dd3463b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ jobs:
- name: Run linter
uses: golangci/golangci-lint-action@v3
with:
version: v1.56
version: v1.58
6 changes: 3 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ linters:
- gofmt
- revive
- ineffassign
- vet
- govet
- unused
- misspell
- bodyclose
- errcheck
- goimports
- prealloc

run:
issues:
deadline: 2m
skip-dirs:
exlude-dirs:
- vendor
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/milosgajdos/go-repo-template

go 1.20
go 1.21

0 comments on commit dd3463b

Please sign in to comment.