Skip to content

Commit

Permalink
use go1.18
Browse files Browse the repository at this point in the history
The hashicorp image mirror doesnt have a 1.19
  • Loading branch information
smantic committed Aug 15, 2022
1 parent 68ebc58 commit c261e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ locals:
executors:
go:
docker:
- image: docker.mirror.hashicorp.services/circleci/golang:1.13.15
- image: docker.mirror.hashicorp.services/circleci/golang:1.18
environment:
- TEST_RESULTS: /tmp/test-results # path to where test results are saved

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/hashicorp/go-discover

go 1.19
go 1.18

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

0 comments on commit c261e06

Please sign in to comment.