Skip to content

Commit

Permalink
Disable Go 1.17 u-root build -- u-root does not support 1.17 anymore
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Koch <[email protected]>
  • Loading branch information
hugelgupf committed Jul 14, 2023
1 parent 06bf83c commit 4a15129
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,6 @@ workflows:
requires:
- clean-makebb
- clean-gomod
- build-gomod-multi-go117:
requires:
- clean-makebb
- clean-gomod
- build-gomod-multi-go118:
requires:
- clean-makebb
Expand Down Expand Up @@ -204,7 +200,6 @@ workflows:
- build-gomod-go118
- build-gomod-go119
- build-gomod-go120
- build-gomod-multi-go117
- build-gomod-multi-go118
- build-gomod-multi-go119
- build-gomod-multi-go120
Expand Down Expand Up @@ -354,9 +349,6 @@ jobs:
build-gomod-go120:
<<: [*go120-template, *gomod-template, *build-gomod-template]

build-gomod-multi-go117:
<<: [*go117-template, *gomod-template, *build-gomod-multi-template]

build-gomod-multi-go118:
<<: [*go118-template, *gomod-template, *build-gomod-multi-template]

Expand Down

0 comments on commit 4a15129

Please sign in to comment.