Skip to content

Commit

Permalink
Update go to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
thallgren committed Dec 28, 2022
1 parent 2012d3a commit cafa362
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ commands:
parameters:
version:
type: string
default: "1.15"
default: "1.19"
steps:
- run:
name: "Install Go << parameters.version >>"
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:

"test-linux":
docker:
- image: golang:1.15
- image: golang:1.19
resource_class: small
steps:
- checkout
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

"test":
docker:
- image: golang:1.15
- image: golang:1.19
resource_class: small
steps:
- checkout
Expand All @@ -104,15 +104,15 @@ jobs:
"lint":
docker:
- image: golang:1.15
- image: golang:1.19
resource_class: small
steps:
- checkout
- run: make lint

"generate":
docker:
- image: golang:1.15
- image: golang:1.19
resource_class: small
steps:
- checkout
Expand Down

0 comments on commit cafa362

Please sign in to comment.