File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - name : Set up Go
2222 uses : actions/setup-go@v5
2323 with :
24- go-version : ' 1.22 .0'
24+ go-version : ' 1.24 .0'
2525
2626 - name : Install golangci-lint
2727 uses : golangci/golangci-lint-action@v4
Original file line number Diff line number Diff line change 2121 - name : Set up Go
2222 uses : actions/setup-go@v5
2323 with :
24- go-version : ' 1.22 .0'
24+ go-version : ' 1.24 .0'
2525
2626 - name : Install golangci-lint
2727 uses : golangci/golangci-lint-action@v4
Original file line number Diff line number Diff line change 2121 - name : Set up Go
2222 uses : actions/setup-go@v5
2323 with :
24- go-version : ' 1.22 .0'
24+ go-version : ' 1.24 .0'
2525
2626 - name : Install golangci-lint
2727 uses : golangci/golangci-lint-action@v4
Original file line number Diff line number Diff line change 11# TODO: Use a multi-stage build process to reduce the final image size.
2- FROM --platform=$BUILDPLATFORM golang:1.22 .0 AS builder
2+ FROM --platform=$BUILDPLATFORM golang:1.24 .0 AS builder
33
44WORKDIR /app
55
Original file line number Diff line number Diff line change 11# TODO: Use a multi-stage build process to reduce the final image size.
2- FROM --platform=$BUILDPLATFORM golang:1.22 .0 AS builder
2+ FROM --platform=$BUILDPLATFORM golang:1.24 .0 AS builder
33
44WORKDIR /app
55
Original file line number Diff line number Diff line change 11module github.com/SGNL-ai/TraTs-Demo-Svcs/order
22
3- go 1.22 .0
3+ go 1.24 .0
44
55require (
66 github.com/golang-jwt/jwt v3.2.2+incompatible
Original file line number Diff line number Diff line change 11# TODO: Use a multi-stage build process to reduce the final image size.
2- FROM --platform=$BUILDPLATFORM golang:1.22 .0 AS builder
2+ FROM --platform=$BUILDPLATFORM golang:1.24 .0 AS builder
33
44WORKDIR /app
55
You can’t perform that action at this time.
0 commit comments