File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
18
18
19
19
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
20
20
with :
21
- go-version : " 1.21 "
21
+ go-version : " 1.22 "
22
22
check-latest : true
23
23
cache : false
24
24
25
25
- name : golangci-lint
26
26
uses : golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
27
27
with :
28
- version : v1.61
28
+ version : v1.63
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
# Build the manager binary
16
- FROM golang:1.22.8 @sha256:0ca97f4ab335f4b284a5b8190980c7cdc21d320d529f2b643e8a8733a69bfb6b as builder
16
+ FROM golang:1.22.11 @sha256:9243159d3e5faf8a8576fa74d2cae9970b3e57b93b30cf34266e04b30776b706 as builder
17
17
WORKDIR /workspace
18
18
19
19
# Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy
You can’t perform that action at this time.
0 commit comments