DSET-4456: Use Go 1.20 and not 1.2 in CI/CD pipeline #54
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Jira Link: https://sentinelone.atlassian.net/browse/DSET-4456
🥅 Goal
In the PR #53 I have switched Go version from 1.19 to to 1.20. But there is some GHA feature, that it treats as 1.2. This can be seen in the Dependabot PR - https://github.com/scalyr/dataset-go/actions/runs/5960922153/job/16169141080?pr=49#step:4:31 - which has failed because some tools cannot be installed with Go 1.2.
But when I check the same action in the PR #53 - it has failed - https://github.com/scalyr/dataset-go/actions/runs/5952594475/job/16144912841. I have enabled auto merge, but I haven't expected, that it will be merged, when there is some failing action.
🛠️ Solution
Fix the notation so that Go 1.20 is used instead of 1.2
🏫 Testing
Check that the pipeline succeeds.