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>
This commit is contained in:
parent
0b212fd123
commit
13938d0ccc
|
@ -66,7 +66,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# The go verson in this image should be N-1 wrt test_go.
|
# The go verson in this image should be N-1 wrt test_go.
|
||||||
container:
|
container:
|
||||||
image: quay.io/prometheus/golang-builder:1.18-base
|
image: quay.io/prometheus/golang-builder:1.19-base
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: make build
|
- run: make build
|
||||||
|
|
Loading…
Reference in New Issue