mirror of https://github.com/prometheus/prometheus
Update test_golang_oldest to 1.19
Since test_go is on 1.20, and it should use the previous version. Signed-off-by: Bryan Boreham <bjboreham@gmail.com>pull/12285/head
parent
0b212fd123
commit
13938d0ccc
|
@ -66,7 +66,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
# The go verson in this image should be N-1 wrt test_go.
|
||||
container:
|
||||
image: quay.io/prometheus/golang-builder:1.18-base
|
||||
image: quay.io/prometheus/golang-builder:1.19-base
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: make build
|
||||
|
|
Loading…
Reference in New Issue