File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55 inputs :
66 builder-tag :
77 description : golang cross builder tag name
8- default : v1.24.5 -0
8+ default : v1.24.6 -0
99 golang-version :
1010 description : golang version
11- default : " 1.24.5 "
11+ default : " 1.24.6 "
1212 osxcross-git-hash :
1313 description : git commit hash of osx-cross project
1414 default : " ff8d100f3f026b4ffbe4ce96d8aac4ce06f1278b"
Original file line number Diff line number Diff line change 11ARG OS_CODENAME=bookworm
22
3- FROM ghcr.io/gythialy/golang-cross-builder:v1.24.5 -0-${OS_CODENAME:-bookworm}
3+ FROM ghcr.io/gythialy/golang-cross-builder:v1.24.6 -0-${OS_CODENAME:-bookworm}
44
55LABEL maintainer="Goren G<gythialy.koo+github@gmail.com>"
66LABEL org.opencontainers.image.source https://github.com/gythialy/golang-cross
Original file line number Diff line number Diff line change 11# golang parameters
2- ARG GO_VERSION = 1.24 . 5
2+ ARG GO_VERSION = 1.24 . 6
33ARG OS_CODENAME = bookworm
44ARG OSK_SDK = macos -13
55
66FROM ghcr . io /gythialy /osx -sdk :${ OSK_SDK :-macos -13 } AS osx -sdk
77
8- FROM golang :${ GO_VERSION :-1.24 . 5 } -${ OS_CODENAME :-bookworm } AS base
8+ FROM golang :${ GO_VERSION :-1.24 . 6 } -${ OS_CODENAME :-bookworm } AS base
99
1010# osxcross parameters
1111ARG OSX_VERSION_MIN = 10.13
You can’t perform that action at this time.
0 commit comments