Skip to content

Commit 136fc15

Browse files
committed
Add govulncheck linter
This is temporary while golangci/golangci-lint#3094 is being worked on here: golangci/golangci-lint#3199
1 parent cefa288 commit 136fc15

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,9 @@ jobs:
9494
with:
9595
version: latest
9696
args: --timeout 30m cmd/... internal/... public/...
97+
98+
- name: Run govulncheck
99+
uses: Templum/govulncheck-action@latest
100+
with:
101+
go-version: 1.19.x
102+
vulncheck-version: latest

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ require (
110110
golang.org/x/net v0.0.0-20220927171203-f486391704dc
111111
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1
112112
golang.org/x/sync v0.0.0-20220923202941-7f9b1623fab7
113-
golang.org/x/text v0.3.7
113+
golang.org/x/text v0.3.8
114114
google.golang.org/api v0.97.0
115115
google.golang.org/grpc v1.49.0
116116
gopkg.in/natefinch/lumberjack.v2 v2.0.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,6 +1471,8 @@ golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
14711471
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
14721472
golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=
14731473
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
1474+
golang.org/x/text v0.3.8 h1:nAL+RVCQ9uMn3vJZbV+MRnydTJFPf8qqY42YiA6MrqY=
1475+
golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ=
14741476
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
14751477
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
14761478
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=

0 commit comments

Comments
 (0)