mirror of
https://github.com/foomo/keel.git
synced 2025-10-16 12:35:34 +00:00
chore: update go version
This commit is contained in:
parent
d1cd97e228
commit
0e085227bf
@ -1,6 +1,6 @@
|
||||
version: "2"
|
||||
run:
|
||||
go: 1.23.0
|
||||
go: 1.24.1
|
||||
build-tags: [ safe ]
|
||||
modules-download-mode: readonly
|
||||
linters:
|
||||
|
||||
@ -21,7 +21,7 @@ func waitFor(addr string) {
|
||||
}
|
||||
|
||||
func httpGet(url string) string {
|
||||
resp, err := http.Get(url) //nolint:gosec
|
||||
resp, err := http.Get(url) //nolint:gosec,noctx
|
||||
if err != nil {
|
||||
panic(err.Error())
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user