Test against Go 1.19 and lint only for the latest version. Update to latest staticcheck to work with 1.19.
17 lines
447 B
Modula-2
17 lines
447 B
Modula-2
module go.uber.org/atomic/tools
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
|
|
honnef.co/go/tools v0.3.3
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.2.0 // indirect
|
|
golang.org/x/exp/typeparams v0.0.0-20220722155223-a9213eeb770e // indirect
|
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
|
|
golang.org/x/sys v0.0.0-20220804214406-8e32c043e418 // indirect
|
|
golang.org/x/tools v0.1.12 // indirect
|
|
)
|