Skip to content

Commit

Permalink
Bump to Go 1.20 to match prometheus-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSpiritXIII committed Nov 22, 2023
1 parent 6a40e20 commit 3549c25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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.20-base
steps:
- uses: actions/checkout@v3
- run: make build
Expand Down
2 changes: 1 addition & 1 deletion documentation/examples/remote_storage/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/prometheus/prometheus/documentation/examples/remote_storage

go 1.18
go 1.20

require (
github.com/go-kit/log v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/prometheus/prometheus

go 1.18
go 1.20

require (
github.com/Azure/azure-sdk-for-go v65.0.0+incompatible
Expand Down

0 comments on commit 3549c25

Please sign in to comment.