Skip to content

Commit

Permalink
Update to go 1.18
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
  • Loading branch information
roidelapluie committed Apr 26, 2022
1 parent 627089d commit e883c5f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .circleci/config.yml
Expand Up @@ -14,6 +14,8 @@ jobs:
default: true
docker:
- image: circleci/golang:<< parameters.go_version >>
environment:
GODEBUG: x509sha1=1
steps:
- checkout
- when:
Expand All @@ -39,6 +41,8 @@ jobs:
default: true
docker:
- image: circleci/golang:<< parameters.go_version >>
environment:
GODEBUG: x509sha1=1
steps:
- checkout
- when:
Expand All @@ -63,6 +67,8 @@ jobs:
default: true
docker:
- image: circleci/golang:<< parameters.go_version >>
environment:
GODEBUG: x509sha1=1
steps:
- checkout
- when:
Expand Down Expand Up @@ -93,12 +99,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 e883c5f

Please sign in to comment.