File tree Expand file tree Collapse file tree 16 files changed +61
-299
lines changed
third_party/VENDOR-LICENSE/github.com Expand file tree Collapse file tree 16 files changed +61
-299
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ jobs:
3939
4040 - uses : actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
4141 with :
42- go-version : ' 1.17 '
42+ go-version : ' 1.18 '
4343 check-latest : true
4444
4545 # will use the latest release available for ko
4646 - uses : imjasonh/setup-ko@2c3450ca27f6e6f2b02e72a40f2163c281a1f675 # v0.4
4747
48- - uses : chainguard-dev/actions/goimports@84c993eaf02da1c325854fb272a4df9184bd80fc # main
48+ - uses : chainguard-dev/actions/goimports@a646d5892c5f820e2041a3f7ed8115bb4418f751 # main
4949
5050 - name : Set up Cloud SDK
5151 uses : google-github-actions/auth@ceee102ec2387dd9e844e01b530ccd4ec87ce955 # v0.8.0
Original file line number Diff line number Diff line change 5454 - name : Set correct version of Golang to use during CodeQL run
5555 uses : actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.1.5
5656 with :
57- go-version : ' 1.17 '
57+ go-version : ' 1.18 '
5858 check-latest : true
5959
6060 # Initializes the CodeQL tools for scanning.
Original file line number Diff line number Diff line change 3131 - name : Install Go
3232 uses : actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
3333 with :
34- go-version : ' 1.17 '
34+ go-version : ' 1.18 '
3535 check-latest : true
3636 - name : Checkout code
3737 uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.4.0
Original file line number Diff line number Diff line change 4141 - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.4.0
4242 - uses : actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
4343 with :
44- go-version : ' 1.17 '
44+ go-version : ' 1.18 '
4545 check-latest : true
4646 - name : build cosign and check
4747 shell : bash
Original file line number Diff line number Diff line change 3434 - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.4.0
3535 - uses : actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
3636 with :
37- go-version : ' 1.17 '
37+ go-version : ' 1.18 '
3838 check-latest : true
3939 - name : Set up Cloud SDK
4040 uses : google-github-actions/setup-gcloud@877d4953d2c70a0ba7ef3290ae968eb24af233bb # v0.5.1
Original file line number Diff line number Diff line change 3838 - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.4.0
3939 - uses : actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
4040 with :
41- go-version : ' 1.17 '
41+ go-version : ' 1.18 '
4242 check-latest : true
4343 cache : true
4444
Original file line number Diff line number Diff line change 5454 - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.4.0
5555 - uses : actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
5656 with :
57- go-version : ' 1.17 '
57+ go-version : ' 1.18 '
5858 check-latest : true
5959
6060 # will use the latest release available for ko
Original file line number Diff line number Diff line change 1515 - name : Set up Go
1616 uses : actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
1717 with :
18- go-version : ' 1.17 '
18+ go-version : ' 1.18 '
1919 check-latest : true
2020
2121 - name : Check out code
@@ -33,10 +33,10 @@ jobs:
3333 - name : Set up Go
3434 uses : actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0
3535 with :
36- go-version : ' 1.17 '
36+ go-version : ' 1.18 '
3737 check-latest : true
3838
3939 - name : Check out code
4040 uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.4.0
4141
42- - uses : chainguard-dev/actions/goimports@84c993eaf02da1c325854fb272a4df9184bd80fc # main
42+ - uses : chainguard-dev/actions/goimports@a646d5892c5f820e2041a3f7ed8115bb4418f751 # main
Original file line number Diff line number Diff line change 3939 statuses : none
4040
4141 env :
42- CROSS_BUILDER_IMAGE : ghcr.io/gythialy/golang-cross:v1.17.11 -0@sha256:b0c3083b0a420ff649d5a5bfd7e0a96719ab0a7b3f99a049a4950d836a72637a
42+ CROSS_BUILDER_IMAGE : ghcr.io/gythialy/golang-cross:v1.18.3 -0@sha256:d4614e3a12fd43b1ef29252d1add330c0b496b5313eda37975d4a87815a6ae90
4343 COSIGN_IMAGE : gcr.io/projectsigstore/cosign:v1.9.0@sha256:ef2d14e16dbb7786d8713e4898a8512e69ace4105f5b371a9c115ffcc3e85d84
4444
4545 steps :
Original file line number Diff line number Diff line change 3434 steps :
3535 - uses : actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923
3636 with :
37- go-version : ' 1.17 '
37+ go-version : ' 1.18 '
3838 check-latest : true
3939
4040 - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
You can’t perform that action at this time.
0 commit comments