vektra / mockery

A mock code autogenerator for Go
https://vektra.github.io/mockery/
BSD 3-Clause "New" or "Revised" License
6k stars 405 forks source link

Dockerfile: up go version to 1.21 #717

Closed evsamsonov closed 1 year ago

evsamsonov commented 1 year ago

Description

Updates golang version in docker image. Fixes issue with generating mocks for go 1.21 invalid go version '1.21.0': must match format 1.23

Type of change

Version of Golang used when building/testing:

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist

codecov[bot] commented 1 year ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (3871351) 74.85912% compared to head (b6f77ea) 74.85912%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #717 +/- ## ============================================= Coverage 74.85912% 74.85912% ============================================= Files 9 9 Lines 2307 2307 ============================================= Hits 1727 1727 Misses 442 442 Partials 138 138 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.