Skip to content

Commit

Permalink
Update golang to 1.21 (#791)
Browse files Browse the repository at this point in the history
Signed-off-by: william.vanhevelingen <william.vanhevelingen@acquia.com>
Co-authored-by: Ben Kochie <superq@gmail.com>
  • Loading branch information
blkperl and SuperQ authored Dec 11, 2023
1 parent 36ba371 commit ba1100e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ executors:
# should also be updated.
golang:
docker:
- image: cimg/go:1.20
- image: cimg/go:1.21
jobs:
test:
executor: golang
Expand Down
3 changes: 1 addition & 2 deletions .promu.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
go:
# Whenever the Go version is updated here, .circle/config.yml should also
# be updated.
version: 1.20
version: 1.21
repository:
path: github.com/prometheus/mysqld_exporter
build:
flags: -a -tags netgo
ldflags: |
-X github.com/prometheus/common/version.Version={{.Version}}
-X github.com/prometheus/common/version.Revision={{.Revision}}
Expand Down

0 comments on commit ba1100e

Please sign in to comment.