Skip to content

Commit

Permalink
Bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
PChambino committed Sep 16, 2022
1 parent cc9cd3c commit 8b67319
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 @@ -4,7 +4,7 @@ orbs:
go: circleci/go@1

references:
go_version: &go_version '1.18'
go_version: &go_version '1.19'

workflows:
test:
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.18
go 1.19

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

0 comments on commit 8b67319

Please sign in to comment.