Skip to content

Commit

Permalink
update CI build to use next-gen image instead of Legacy Image.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Apr 26, 2022
1 parent 440ad75 commit 013451e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ version: 2.1
executors:
go:
docker:
- image: circleci/golang:1.16
- image: cimg/go:1.17

jobs:
release:
Expand All @@ -30,16 +30,15 @@ jobs:
environment:
GO111MODULE: "on"
TEST_RESULTS: /tmp/test-results
working_directory: /go/src/github.com/sonatype-nexus-community/ahab
steps:
- setup_remote_docker
- checkout
- run: mkdir -p $TEST_RESULTS/gotest
- restore_cache:
keys:
- go-mod-v1-{{ checksum "go.sum" }}
- run: go get -u github.com/jstemmer/go-junit-report
- run: go get -u github.com/sonatype-nexus-community/nancy
- run: go install github.com/jstemmer/go-junit-report@latest
- run: go install github.com/sonatype-nexus-community/nancy@latest
- run: make deps
- run: go list -json -deps | nancy sleuth
- run: make ci-lint
Expand Down

0 comments on commit 013451e

Please sign in to comment.