You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use multi-stage build for Go tools in release Dockerfile
Alpine's Go package (1.25.8) is too old for oasdiff@latest which now
requires Go >= 1.26. Switch to a multi-stage build that uses the
official golang:1.26-alpine image to compile Go-based tools, then
copies the binaries into the Alpine runtime stage.
0 commit comments