Update golangci-lint-action and golang-ci versions. (#8255)

Also specify Go toolchain version in actions (now required).
This commit is contained in:
M. J. Fromberger
2022-04-05 08:19:58 -07:00
committed by GitHub
parent 2c553d735a
commit 1e32a149dd
2 changed files with 6 additions and 3 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/tendermint/tendermint
go 1.15
go 1.16
require (
github.com/BurntSushi/toml v1.0.0