0
0
mirror of https://github.com/thegeeklab/wp-plugin-go.git synced 2024-11-21 14:10:39 +00:00

consistently pin to golang patch version

This commit is contained in:
Robert Kaussow 2024-11-07 10:36:57 +01:00
parent b65e74b7d6
commit 3facc1715b
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -7,11 +7,11 @@ when:
steps:
- name: lint
image: docker.io/library/golang:1.23
image: docker.io/library/golang:1.23.2
commands:
- make lint
- name: test
image: docker.io/library/golang:1.23
image: docker.io/library/golang:1.23.2
commands:
- make test