axiomhq / cli

The power of Axiom on the command line.
https://axiom.co
MIT License
42 stars 11 forks source link

Go 1.18 #109

Closed lukasmalkmus closed 2 years ago

lukasmalkmus commented 2 years ago

This PR introduces Go 1.18 support. Since it isn't used as a package anywhere, this is fine.

We also actively profit from Generics to drop some helper methods that vanished.

Needs https://github.com/golangci/golangci-lint/pull/2438 to pass CI.

codecov[bot] commented 2 years ago

Codecov Report

Merging #109 (65b70cc) into main (26b91ef) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #109   +/-   ##
=======================================
  Coverage   14.42%   14.42%           
=======================================
  Files          10       10           
  Lines         520      520           
=======================================
  Hits           75       75           
  Misses        429      429           
  Partials       16       16           
Impacted Files Coverage Δ
pkg/terminal/epipe_other.go 0.00% <ø> (ø)

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 26b91ef...65b70cc. Read the comment docs.

github-actions[bot] commented 2 years ago

This PR/issue depends on: