You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ jobs:
11
11
strategy:
12
12
matrix:
13
13
go_version:
14
-
- '1.18.9'# TODO: remove this once actions/setup-go@v3 uses latest as latest; see https://github.com/securego/gosec/pull/880
15
-
- '1.19.4'# TODO: remove this once actions/setup-go@v3 uses latest as latest; see https://github.com/securego/gosec/pull/880
14
+
- '1.18.10'# TODO: remove this once actions/setup-go@v3 uses latest as latest; see https://github.com/securego/gosec/pull/880
15
+
- '1.19.5'# 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
@@ -44,7 +44,7 @@ jobs:
44
44
- name: Setup go
45
45
uses: actions/setup-go@v3
46
46
with:
47
-
go-version: '1.19.4'# TODO: remove this once actions/setup-go@v3 uses latest as latest; see https://github.com/securego/gosec/pull/880
47
+
go-version: '1.19.5'# TODO: remove this once actions/setup-go@v3 uses latest as latest; see https://github.com/securego/gosec/pull/880
0 commit comments