File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 name : Build
1919 runs-on : ubuntu-24.04
2020 steps :
21- - name : Set up Go 1.23
21+ - name : Set up Go 1.24
2222 uses : actions/setup-go@v5
2323 with :
24- go-version : ' 1.23 '
24+ go-version : ' 1.24 '
2525 id : go
2626
2727 - name : Use Node.js 20.x
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 steps :
1818 - uses : actions/checkout@v1
1919
20- - name : Set up Go 1.23
20+ - name : Set up Go 1.24
2121 uses : actions/setup-go@v5
2222 with :
23- go-version : ' 1.23 '
23+ go-version : ' 1.24 '
2424 id : go
2525
2626 - name : Prepare git
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM ghcr.io/appscode/dlv:1.23
15+ FROM ghcr.io/appscode/dlv:1.24
1616
1717FROM {ARG_FROM}
1818
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ TAG := $(VERSION)_$(OS)_$(ARCH)
7171TAG_PROD := $(TAG )
7272TAG_DBG := $(VERSION ) -dbg_$(OS ) _$(ARCH )
7373
74- GO_VERSION ?= 1.23
74+ GO_VERSION ?= 1.24
7575BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION )
7676CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.11.0
7777
You can’t perform that action at this time.
0 commit comments