File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - name : Setup Go
2121 uses : actions/setup-go@v5.3.0
2222 with :
23- go-version : 1.24.11
23+ go-version : 1.24.13
2424 - name : Checkout code
2525 uses : actions/checkout@v4.2.2
2626 - name : Run unit tests
Original file line number Diff line number Diff line change 1111 - name : Setup Go
1212 uses : actions/setup-go@v1
1313 with :
14- go-version : 1.13
14+ go-version : 1.24. 13
1515 - name : Checkout code
1616 uses : actions/checkout@v2
1717 - name : Run unit tests
Original file line number Diff line number Diff line change 1- FROM golang:1.24.11 AS builder
1+ FROM golang:1.24.13 AS builder
22
33ENV OUTPUT_DIR=/out
44
Original file line number Diff line number Diff line change 1- FROM golang:1.24.11 AS builder
1+ FROM golang:1.24.13 AS builder
22
33ENV OUTPUT_DIR=/out
44
Original file line number Diff line number Diff line change 1- FROM golang:1.24.11 AS builder
1+ FROM golang:1.24.13 AS builder
22
33ENV OUTPUT_DIR=/out
44
You can’t perform that action at this time.
0 commit comments