chore(deps): update docker.io/library/golang docker tag to v1.22

This commit is contained in:
renovate[bot] 2024-02-07 08:58:23 +00:00 committed by GitHub
parent b01ea54ae9
commit 09c3cca8e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -10,11 +10,11 @@ when:
steps: steps:
- name: lint - name: lint
image: docker.io/library/golang:1.21 image: docker.io/library/golang:1.22
commands: commands:
- make lint - make lint
- name: test - name: test
image: docker.io/library/golang:1.21 image: docker.io/library/golang:1.22
commands: commands:
- make test - make test