Skip to content

Commit

Permalink
Bump go v1.18, update CircleCI images
Browse files Browse the repository at this point in the history
  • Loading branch information
PChambino committed Apr 9, 2022
1 parent e5ba237 commit ebf8349
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ orbs:
go: circleci/go@1

references:
go_version: &go_version '1.17'
go_version: &go_version '1.18'

workflows:
test:
Expand Down Expand Up @@ -63,8 +63,9 @@ jobs:
go_version:
type: string
default: *go_version
docker:
- image: circleci/golang:<< parameters.go_version >>
executor:
name: go/default
tag: << parameters.go_version >>
steps:
- checkout
- run:
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/carwow/terraform-provider-hirefire

go 1.17
go 1.18

require (
github.com/hashicorp/terraform-plugin-sdk v1.2.0
Expand Down

0 comments on commit ebf8349

Please sign in to comment.