Revert "Build with Go 1.20"

This commit is contained in:
gotjosh 2023-08-03 16:37:24 +01:00 committed by GitHub
parent 7411e5436a
commit dfc9b9c5c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@ jobs:
command: sudo rm -rf /usr/local/go command: sudo rm -rf /usr/local/go
# Whenever the Go version is updated here, .promu.yml should also be updated. # Whenever the Go version is updated here, .promu.yml should also be updated.
- go/install: - go/install:
version: "1.20" version: "1.19"
- run: - run:
name: Remove generated code name: Remove generated code
command: make clean command: make clean
@ -47,7 +47,7 @@ jobs:
test: test:
docker: docker:
# Whenever the Go version is updated here, .promu.yml should also be updated. # Whenever the Go version is updated here, .promu.yml should also be updated.
- image: quay.io/prometheus/golang-builder:1.20-base - image: quay.io/prometheus/golang-builder:1.19-base
# maildev containers are for running the email tests against a "real" SMTP server. # maildev containers are for running the email tests against a "real" SMTP server.
# See notify/email_test.go for details. # See notify/email_test.go for details.
- image: maildev/maildev:1.1.0 - image: maildev/maildev:1.1.0
@ -104,7 +104,7 @@ jobs:
mixin: mixin:
docker: docker:
# Whenever the Go version is updated here, .promu.yml should also be updated. # Whenever the Go version is updated here, .promu.yml should also be updated.
- image: quay.io/prometheus/golang-builder:1.20-base - image: quay.io/prometheus/golang-builder:1.19-base
steps: steps:
- checkout - checkout
- run: go install github.com/monitoring-mixins/mixtool/cmd/mixtool@latest - run: go install github.com/monitoring-mixins/mixtool/cmd/mixtool@latest

View File

@ -1,7 +1,7 @@
go: go:
# Whenever the Go version is updated here, # Whenever the Go version is updated here, .travis.yml and
# .circle/config.yml should also be updated. # .circle/config.yml should also be updated.
version: 1.20 version: 1.19
repository: repository:
path: github.com/prometheus/alertmanager path: github.com/prometheus/alertmanager
build: build: