Skip to content

Tags: vincentbernat/hellogopher

Tags

v1.4

doc: update example for external tools

v1.3

build: try with Go 1.18

v1.2

docs: mention Akvorado as an example

v1.1

build: for gitlab, don't cache bin/

gocov will break if GOROOT becomes unavailable.

v1.0

build: speed up linting by always using ./...

This is quite odd, but revive is super slow when providing many
directories. I suppose they are evaluated several times.

v0.9

build: add a variable for generated file

For example, this could be used for protobuf stuff

v0.8

build: reenable atomic mode for test coverage by default

Doc says:

    set: bool: does this statement run?
    count: int: how many times does this statement run?
    atomic: int: count, but correct in multithreaded tests;
            significantly more expensive.

v0.7

build: fix GOBIN

It needs to be an absolute path. Should be why I was using CURDIR.

v0.6

github: rename workflow file to match workflow name

v0.5

build: use module basename for binary