Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update go.mod to declare go1.18 and updated CI to use Go 1.18 for tests #741

Merged
merged 5 commits into from
Jun 29, 2022

Conversation

davidmdm
Copy link
Contributor

Checklist

=========

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have checked for similar issues and haven't found anything relevant.
  • This is not a security issue (which should be reported here: https://circleci.com/security/)
  • I have read Contribution Guidelines.

Changes

  • declare go 1.18 in go.mod
  • update CI to use go.18 executor and update test_mac to test using go1.18

Rationale

Some dependencies require go 1.17 and greater. Because we were running CI with versions using go1.13 we were unable to use dependencies that required features from versions newer than 1.13.

Since go1.18 is latest version and go is backwards compatible we choose this new version for our update.

@davidmdm davidmdm requested a review from a team as a code owner June 28, 2022 20:08
@codecov
Copy link

codecov bot commented Jun 28, 2022

Codecov Report

Merging #741 (9b571e5) into master (cc194b5) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #741   +/-   ##
=======================================
  Coverage   31.59%   31.59%           
=======================================
  Files          44       44           
  Lines        5295     5295           
=======================================
  Hits         1673     1673           
  Misses       3376     3376           
  Partials      246      246           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cc194b5...9b571e5. Read the comment docs.

@davidmdm davidmdm requested a review from a team as a code owner June 28, 2022 20:35
@davidmdm davidmdm requested a review from corinnesollows June 28, 2022 22:02
@@ -680,7 +680,7 @@ The following orb versions already exist:
`
actual, err := ioutil.ReadAll(&b)
Expect(err).ShouldNot(HaveOccurred())
Expect(fmt.Sprintf("%s", actual)).To(Equal(expOutput))
Expect(string(actual)).To(Equal(expOutput))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@davidmdm davidmdm merged commit 897ebaf into master Jun 29, 2022
@davidmdm davidmdm deleted the update-module-version-and-CI branch June 29, 2022 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants