mirror of
https://github.com/thegeeklab/wp-plugin-go.git
synced 2024-11-21 04:00:40 +00:00
chore(deps): update golang patch version to v1.23.3 (#112)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
3facc1715b
commit
d6f2f253e2
@ -7,11 +7,11 @@ when:
|
||||
|
||||
steps:
|
||||
- name: lint
|
||||
image: docker.io/library/golang:1.23.2
|
||||
image: docker.io/library/golang:1.23.3
|
||||
commands:
|
||||
- make lint
|
||||
|
||||
- name: test
|
||||
image: docker.io/library/golang:1.23.2
|
||||
image: docker.io/library/golang:1.23.3
|
||||
commands:
|
||||
- make test
|
||||
|
Loading…
Reference in New Issue
Block a user