Skip to content

Commit

Permalink
Merge pull request #544 from grafana/jvp/bumo-go-to-1-21-8
Browse files Browse the repository at this point in the history
Bump go version to 1.21
  • Loading branch information
jesusvazquez committed Mar 12, 2024
2 parents 1447b5c + 3530237 commit e7d4b7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ jobs:
test:
working_directory: /home/circleci/go/src/github.com/grafana/carbon-relay-ng
docker:
- image: cimg/go:1.20.5
- image: cimg/go:1.21.8
steps:
- checkout
- run: make test

build:
working_directory: /home/circleci/go/src/github.com/grafana/carbon-relay-ng
docker:
- image: cimg/go:1.20.5
- image: cimg/go:1.21.8
steps:
- checkout
- run: go install github.com/go-bindata/go-bindata/...@latest
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
github_binaries:
docker:
- image: cimg/go:1.20.5
- image: cimg/go:1.21.8
steps:
- checkout
- run: curl -sfL https://goreleaser.com/static/run | bash
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/grafana/carbon-relay-ng

go 1.20
go 1.21

require (
cloud.google.com/go v0.18.1-0.20180119164648-b1067c1d21b5
Expand Down

0 comments on commit e7d4b7d

Please sign in to comment.