chore(deps): update golang docker tag to v1.26

This commit is contained in:
2026-04-03 00:00:35 +00:00
parent dfafadb4e3
commit 1288852449

View File

@@ -9,7 +9,7 @@ steps:
- echo "This is the build step" - echo "This is the build step"
- echo "echo hello world" > executable - echo "echo hello world" > executable
- name: a-test-step - name: a-test-step
image: golang:1.16 image: golang:1.26
commands: commands:
- echo "Testing ..." - echo "Testing ..."
- sh executable - sh executable