Skip to content

Commit

Permalink
Bump Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschuch committed Mar 7, 2023
1 parent 45edb9b commit c897c3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ workflows:
jobs:
lint:
docker:
- image: golang:1.12
- image: golang:1.20
working_directory: /go/src/github.com/previousnext/terraform-provider-k8s
steps:
- checkout
Expand All @@ -20,7 +20,7 @@ jobs:
unit:
docker:
- image: golang:1.12
- image: golang:1.20
working_directory: /go/src/github.com/previousnext/terraform-provider-k8s
steps:
- checkout
Expand Down

0 comments on commit c897c3e

Please sign in to comment.