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 11
11
strategy :
12
12
matrix :
13
13
go_version :
14
- - ' 1.18.7 ' # TODO: remove this once actions/setup-go@v3 uses latest as latest; see https://github.com/securego/gosec/pull/880
15
- - ' 1.19.2 ' # TODO: remove this once actions/setup-go@v3 uses latest as latest; see https://github.com/securego/gosec/pull/880
14
+ - ' 1.18.8 ' # TODO: remove this once actions/setup-go@v3 uses latest as latest; see https://github.com/securego/gosec/pull/880
15
+ - ' 1.19.3 ' # TODO: remove this once actions/setup-go@v3 uses latest as latest; see https://github.com/securego/gosec/pull/880
16
16
runs-on : ubuntu-latest
17
17
env :
18
18
GO111MODULE : on
Original file line number Diff line number Diff line change 17
17
- name : Set up Go
18
18
uses : actions/setup-go@v3
19
19
with :
20
- go-version : ' 1.19.2 '
20
+ go-version : ' 1.19.3 '
21
21
- name : Install Cosign
22
22
uses : sigstore/cosign-installer@v2
23
23
with :
You can’t perform that action at this time.
0 commit comments