Skip to content

Commit

Permalink
CI: move clean jobs to Go 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Koch <[email protected]>
  • Loading branch information
hugelgupf committed Aug 17, 2023
1 parent 2b15dce commit 6ab8d50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ workflows:

jobs:
clean-makebb:
<<: [*go120-template, *gomod-template]
<<: [*go121-template, *gomod-template]
steps:
- checkout
- run:
Expand All @@ -227,7 +227,7 @@ jobs:
fi
clean-gopath:
<<: [*go120-template, *gopath-template]
<<: [*go121-template, *gopath-template]
steps:
- checkout
- run:
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
<<: [*go121-template, *gopath-template, *test-template]

clean-gomod:
<<: [*go120-template, *gomod-template]
<<: [*go121-template, *gomod-template]
steps:
- checkout
- run:
Expand Down

0 comments on commit 6ab8d50

Please sign in to comment.