Skip to content

Commit

Permalink
Update Go version and remove deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwilkes committed Mar 22, 2024
1 parent 8d1d3ae commit 0794395
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 895 deletions.
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ linters-settings:
gofumpt:
extra-rules: true
govet:
check-shadowing: true
enable-all: true
disable:
- composites
Expand All @@ -36,7 +35,7 @@ linters-settings:
misspell:
locale: US
staticcheck:
go: "1.21"
go: "1.22"
checks: [ "all", "-SA3000" ]
unused:
check-exported: false
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/richardwilkes/toolbox

go 1.22.0
go 1.22.1

require (
github.com/jackpal/gateway v1.0.14
Expand Down
40 changes: 0 additions & 40 deletions log/jot/adapter.go

This file was deleted.

246 changes: 0 additions & 246 deletions log/jot/log.go

This file was deleted.

64 changes: 0 additions & 64 deletions log/jot/timing.go

This file was deleted.

Loading

0 comments on commit 0794395

Please sign in to comment.