Skip to content

Commit

Permalink
chore(deps): Revert Go version back to v1.22 to increase compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Sep 24, 2024
1 parent c178c85 commit 384191f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,17 @@ linters-settings:

linters:
enable:

- asasalint
- asciicheck
- bidichk
- bodyclose
- copyloopvar
- copyloopvar
- decorder
- dupl
- durationcheck
- err113
- errcheck
- errname
- errorlint
- exportloopref
- forbidigo
- gci
- ginkgolinter
Expand All @@ -42,6 +39,7 @@ linters:
- gocritic
- gocyclo
- godox
- goerr113
- gofumpt
- goheader
- goimports
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/gabe565/go-spinners

go 1.23.1
go 1.22

require (
github.com/dave/jennifer v1.7.1
Expand Down

0 comments on commit 384191f

Please sign in to comment.