diff --git a/.drone.yml b/.drone.yml index 0ac58ef..fad3cd2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ platform: steps: - name: build - image: golang:1.22 + image: golang:1.22.4 commands: - go test ./... - sh scripts/build.sh @@ -178,7 +178,7 @@ pool: steps: - name: build - image: golang:1.22 + image: golang:1.22.4 commands: - go test ./... - sh scripts/build.sh