File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 - name : Install Go
2424 uses : actions/setup-go@v6
2525 with :
26- go-version : 1.26.2 # golang-version:go
26+ go-version : 1.26.3 # golang-version:go
2727 check-latest : true
2828
2929 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2020 - name : Install Go
2121 uses : actions/setup-go@v6
2222 with :
23- go-version : 1.26.2 # golang-version:go
23+ go-version : 1.26.3 # golang-version:go
2424 check-latest : true
2525
2626 - name : OCI Metadata for multi-arch image
Original file line number Diff line number Diff line change 1717 - name : Install Go
1818 uses : actions/setup-go@v6
1919 with :
20- go-version : 1.26.2 # golang-version:go
20+ go-version : 1.26.3 # golang-version:go
2121 check-latest : true
2222
2323 - name : Lint
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/sickhub/mailu-operator
22
33go 1.25.0
44
5- toolchain go1.26.2
5+ toolchain go1.26.3
66
77require (
88 github.com/oapi-codegen/runtime v1.2.0
You can’t perform that action at this time.
0 commit comments