golang-tip icon indicating copy to clipboard operation
golang-tip copied to clipboard

Daily builds of active Go development branches

Results 14 golang-tip issues
Sort by recently updated
recently updated
newest added

Bumps golang from 1.22.1 to 1.22.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.22.1&new-version=1.22.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

Build linux/arm64 and darwin/arm64 archives. Build multi-arch (linux/amd64 and linux/arm64) Docker images.

help wanted
good first issue

https://docs.github.com/en/actions/creating-actions/creating-a-composite-action

https://github.com/golang/dl

Delete old Docker images from GHCR. Delete old Docker images from Docker Hub (is it possible?) Delete old release files (is it possible?)

enhancement
help wanted
good first issue

Unlike actions/setup-go@v2, golang-tip doesn't not (and can't) set environment variables like GOROOT. Some tools rely on on them instead of `go env GOROOT`. See https://github.com/shogo82148/actions-goveralls/issues/214 Maybe just ask actions/setup-go@v2 maintainers...

From `Dockerfile`: ``` # to save time to users RUN go install -v -race std && \ go install -v std && ``` We should do the same in `make...

enhancement
help wanted
good first issue

`--squash` does not work with BuildKit. Find some other solution.

enhancement
help wanted
good first issue

https://github.com/AlekSi/golang-tip/blob/bd6b3b8943d61b4512f3edb00aabf1c47c37b3c6/.github/workflows/build.yml#L48-L64

enhancement
help wanted
good first issue

Produce tags like `2021-04-18` for fixed versions. https://github.com/AlekSi/golang-tip/blob/bd6b3b8943d61b4512f3edb00aabf1c47c37b3c6/.github/workflows/build.yml#L9-L11

enhancement
help wanted
good first issue