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

Closed
Renovate wants to merge 1 commits from renovate/golang-1.x into fresh-start

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