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:
1818
1919 - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
2020 with :
21- go-version : " 1.21 "
21+ go-version : " 1.22 "
2222 check-latest : true
2323 cache : false
2424
2525 - name : golangci-lint
2626 uses : golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
2727 with :
28- version : v1.61
28+ version : v1.63
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# Build the manager binary
16- FROM golang:1.22.8 @sha256:0ca97f4ab335f4b284a5b8190980c7cdc21d320d529f2b643e8a8733a69bfb6b as builder
16+ FROM golang:1.22.11 @sha256:9243159d3e5faf8a8576fa74d2cae9970b3e57b93b30cf34266e04b30776b706 as builder
1717WORKDIR /workspace
1818
1919# 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