Skip to content

Commit

Permalink
updated for go1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
s0rg committed Aug 31, 2024
1 parent 18e7a44 commit 538ec65
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
11 changes: 0 additions & 11 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
run:
allow-parallel-runners: true
go: '1.22'

output:
print-issued-lines: true
Expand All @@ -11,28 +10,18 @@ linters:
enable-all: true
disable:
- gochecknoglobals
- exhaustivestruct
- nonamedreturns
- testpackage
- exhaustruct
- structcheck
- tagliatelle
- nosnakecase
- exhaustruct
- inamedparam
- exhaustive
- varnamelen
- interfacer
- scopelint
- intrange
- deadcode
- maligned
- varcheck
- depguard
- ifshort
- ireturn
- gofumpt
- golint
- gci

linters-settings:
Expand Down
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
module github.com/s0rg/crawley

go 1.22
go 1.23

toolchain go1.23.0

require (
github.com/s0rg/compflag v1.1.0
github.com/s0rg/set v1.2.0
github.com/s0rg/set v1.2.1
github.com/tdewolff/parse/v2 v2.7.15
golang.org/x/net v0.28.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/s0rg/compflag v1.1.0 h1:xhCUPLy+5Ue/Q9I/nIcLti2Ul6P42JYx4UvtYoDXmlQ=
github.com/s0rg/compflag v1.1.0/go.mod h1:XMntVpc3+jpmBe0s8xo4w9swH8T9ARGkMC9HFiDRoUw=
github.com/s0rg/set v1.2.0 h1:53b207YMktNQJXYei/oHuTR5oOO2e9+eieZOncYsh9g=
github.com/s0rg/set v1.2.0/go.mod h1:xz3nDbjF4nyMLvAHvmE7rigXpNrKKTsi6iANznIB1/4=
github.com/s0rg/set v1.2.1 h1:OMm/sxnO0tIqINEFdr7RbvMWLEFrdleNOuoEQNMTnGk=
github.com/s0rg/set v1.2.1/go.mod h1:/7U/8G00WOM4Nhlww3hXj7Q96Pw+bFinc17N5sh0l8E=
github.com/tdewolff/parse/v2 v2.7.15 h1:hysDXtdGZIRF5UZXwpfn3ZWRbm+ru4l53/ajBRGpCTw=
github.com/tdewolff/parse/v2 v2.7.15/go.mod h1:3FbJWZp3XT9OWVN3Hmfp0p/a08v4h8J9W1aghka0soA=
github.com/tdewolff/test v1.0.11-0.20231101010635-f1265d231d52 h1:gAQliwn+zJrkjAHVcBEYW/RFvd2St4yYimisvozAYlA=
Expand Down

0 comments on commit 538ec65

Please sign in to comment.