File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2222 - uses : actions/setup-go@v3
2323 with :
2424 check-latest : " true"
25- go-version : " 1.23 .x"
25+ go-version : " 1.24 .x"
2626 - name : golangci-lint
2727 uses : golangci/golangci-lint-action@v3
2828 with :
3636 - uses : actions/setup-go@v3
3737 with :
3838 check-latest : " true"
39- go-version : " 1.23 .x"
39+ go-version : " 1.24 .x"
4040 - name : Run build
4141 run : make build
Original file line number Diff line number Diff line change 2727 - name : Set up Go
2828 uses : actions/setup-go@v4
2929 with :
30- go-version : ' 1.23.2 '
30+ go-version : ' 1.24.x '
3131
3232 - name : Set up Java for Maven
3333 uses : actions/setup-java@v3
Original file line number Diff line number Diff line change 3737 - name : Set up Go
3838 uses : actions/setup-go@v4
3939 with :
40- go-version : ' 1.23 .2'
40+ go-version : ' 1.24 .2'
4141
4242 - name : Set up Java for Maven
4343 uses : actions/setup-java@v3
Original file line number Diff line number Diff line change 4343 - uses : actions/setup-go@v3
4444 with :
4545 check-latest : " true"
46- go-version : " 1.23 .x"
46+ go-version : " 1.24 .x"
4747 - name : install gosec
4848 run : curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $(go env GOPATH)/bin
4949 - name : Run Gosec Security Scanner
Original file line number Diff line number Diff line change 11# Build Stage
2- FROM golang:1.23 -alpine AS base
2+ FROM golang:1.24 -alpine AS base
33
44WORKDIR /home/app
55COPY . .
You can’t perform that action at this time.
0 commit comments