mirror of
https://github.com/thegeeklab/wp-plugin-go.git
synced 2024-11-23 16:50:39 +00:00
chore(deps): update docker.io/library/golang docker tag to v1.23 (#96)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
369b6b9f61
commit
86dce1e5ae
@ -7,11 +7,11 @@ when:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: lint
|
- name: lint
|
||||||
image: docker.io/library/golang:1.22
|
image: docker.io/library/golang:1.23
|
||||||
commands:
|
commands:
|
||||||
- make lint
|
- make lint
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: docker.io/library/golang:1.22
|
image: docker.io/library/golang:1.23
|
||||||
commands:
|
commands:
|
||||||
- make test
|
- make test
|
||||||
|
Loading…
Reference in New Issue
Block a user