Merge pull request #12285 from bboreham/update-older-go

Update test_golang_oldest to 1.19
pull/12191/head
Julien Pivotto 2 years ago committed by GitHub
commit 7cd9f8a340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save