diff --git a/.woodpecker/my-first-workflow.yaml b/.woodpecker/my-first-workflow.yaml index a3e838b..086b6e2 100644 --- a/.woodpecker/my-first-workflow.yaml +++ b/.woodpecker/my-first-workflow.yaml @@ -9,7 +9,7 @@ steps: - echo "This is the build step" - echo "echo hello world" > executable - name: a-test-step - image: golang:1.16 + image: golang:1.26 commands: - echo "Testing ..." - sh executable \ No newline at end of file