Skip to content

Commit

Permalink
Update to Go 1.18
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
  • Loading branch information
simonpasquier committed Jul 8, 2022
1 parent 5ab1c85 commit e1c2076
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .circleci/config.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
type: boolean
default: true
docker:
- image: circleci/golang:<< parameters.go_version >>
- image: cimg/go:<< parameters.go_version >>
steps:
- checkout
- when:
Expand All @@ -38,7 +38,7 @@ jobs:
type: boolean
default: true
docker:
- image: circleci/golang:<< parameters.go_version >>
- image: cimg/go:<< parameters.go_version >>
steps:
- checkout
- when:
Expand All @@ -62,7 +62,7 @@ jobs:
type: boolean
default: true
docker:
- image: circleci/golang:<< parameters.go_version >>
- image: cimg/go:<< parameters.go_version >>
steps:
- checkout
- when:
Expand Down Expand Up @@ -93,12 +93,13 @@ workflows:
go_version:
- "1.16"
- "1.17"
- "1.18"
- test-assets:
name: assets-go-<< matrix.go_version >>
matrix:
parameters:
go_version:
- "1.17"
- "1.18"
- style:
name: style
go_version: "1.17"
go_version: "1.18"

0 comments on commit e1c2076

Please sign in to comment.