From 70bcf40db3527dd890d285a1559c4f34d907cfe4 Mon Sep 17 00:00:00 2001 From: go-compile <97609133+go-compile@users.noreply.github.com> Date: Fri, 14 Jun 2024 21:18:16 +0100 Subject: [PATCH] ci: fix name of go1.22 pipeline --- .github/workflows/.drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/.drone.yml b/.github/workflows/.drone.yml index 99ad5b4..aad1643 100644 --- a/.github/workflows/.drone.yml +++ b/.github/workflows/.drone.yml @@ -1,10 +1,10 @@ --- kind: pipeline type: docker -name: go-1-18 +name: go-1-22 steps: - - name: test-go1.22 + - name: test image: golang:1.22 commands: - go test ./...