Skip to content

Commit

Permalink
THREESCALE-10869 Fix Go version in config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlkyrillos committed Mar 14, 2024
1 parent 8d6c527 commit cc9106e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- image: circleci/ruby:2.6
steps:
- go/install:
version: 1.20
version: "1.20.14"
- checkout
- run: sudo gem install license_finder --version 5.7.1
- run: make licenses-check
Expand Down

0 comments on commit cc9106e

Please sign in to comment.