File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - name : Set up Go
1313 uses : actions/setup-go@v5
1414 with :
15- go-version : 1.25.1
15+ go-version : 1.25.5
1616
1717 - name : Check out code
1818 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2626 password : ${{ secrets.DOCKER_PASSWORD }}
2727 - uses : actions/setup-go@v5
2828 with :
29- go-version : 1.25.1
29+ go-version : 1.25.5
3030 - uses : actions/setup-node@v4
3131 with :
3232 node-version : 23
5959 fetch-depth : 0
6060 - uses : actions/setup-go@v5
6161 with :
62- go-version : 1.25.1
62+ go-version : 1.25.5
6363 - uses : actions/setup-node@v4
6464 with :
6565 node-version : 23
Original file line number Diff line number Diff line change 11module mokapi
22
3- go 1.25.1
3+ go 1.25.5
44
55require (
66 github.com/Masterminds/sprig v2.22.0+incompatible
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ COPY ./docs ./src/assets/docs
1111RUN npm install
1212RUN npm run build
1313
14- FROM golang:1.25.1 -alpine AS gobuild
14+ FROM golang:1.25.5 -alpine AS gobuild
1515
1616ARG VERSION=dev
1717
You can’t perform that action at this time.
0 commit comments