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

Use correct field to specify Go version in GitHub action #67

Merged
merged 1 commit into from Sep 29, 2021

Conversation

tklauser
Copy link
Contributor

@tklauser tklauser commented Sep 29, 2021

There is a typo in the actions/setup-go step which leads to the Go
version not being picked up correctly. Fix it.

Also enable testing with Go 1.17.

There is a typo in the actions/setup-go step which leads to the Go
version not being picked up correctly. Fix it.

Also enable testing with Go 1.17.
@codecov-commenter
Copy link

Codecov Report

Merging #67 (65c33a1) into master (504425e) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #67   +/-   ##
=======================================
  Coverage   44.00%   44.00%           
=======================================
  Files           3        3           
  Lines          75       75           
=======================================
  Hits           33       33           
  Misses         40       40           
  Partials        2        2           

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 504425e...65c33a1. Read the comment docs.

@mattn mattn merged commit d423e9c into mattn:master Sep 29, 2021
@mattn
Copy link
Owner

mattn commented Sep 29, 2021

Thank you

@tklauser tklauser deleted the fix-go-version-gh-action branch September 29, 2021 20:12
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.

None yet

3 participants