From 432204c06b05d93a6f69bc3849bf198de41c9292 Mon Sep 17 00:00:00 2001 From: "OP (oppenheimer)" <21008429+Ompragash@users.noreply.github.com> Date: Fri, 10 Jan 2025 00:44:48 +0530 Subject: [PATCH] Update .drone.yml bumped golang container version to `1.22.7` in the Build step --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4f6651e..85e47d1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ pool: steps: - name: build - image: golang:1.19 + image: golang:1.22.7 commands: - go test ./... - sh scripts/build.sh