Skip to content

Commit

Permalink
Update go images used to build crng to 1.20.3 (#517)
Browse files Browse the repository at this point in the history
* Update go images used to build crng to 1.20.3

* Update CHANGELOG
  • Loading branch information
fionaliao committed Apr 19, 2023
1 parent dec2ec6 commit f34ad94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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.18
- image: cimg/go:1.20.3
steps:
- checkout
- run: make test

build:
working_directory: /home/circleci/go/src/github.com/grafana/carbon-relay-ng
docker:
- image: cimg/go:1.18
- image: cimg/go:1.20.3
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.18
- image: cimg/go:1.20.3
steps:
- checkout
- run: curl -sfL https://goreleaser.com/static/run | bash
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# unreleased
# v1.4.2: April 19, 2023
* Update go images used to build carbon-relay-ng to 1.20.3 #517

# v1.4.1: March 9, 2023
* Bump `golang.org/x/crypto` to 0.1.0 #514
Expand Down

0 comments on commit f34ad94

Please sign in to comment.