Skip to content

Commit 3e83a30

Browse files
go1.22.4 upgrade for vulncheck (#3370)
1 parent 49c5f5a commit 3e83a30

File tree

3 files changed

+62
-73
lines changed

3 files changed

+62
-73
lines changed

.github/workflows/vulncheck.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
pull_request:
66
branches:
77
- master
8-
push:
9-
branches:
10-
- master
118

129
permissions:
1310
contents: read # to fetch code (actions/checkout)
@@ -22,7 +19,7 @@ jobs:
2219
- name: Set up Go
2320
uses: actions/setup-go@v3
2421
with:
25-
go-version: 1.22.3
22+
go-version: 1.22.4
2623
check-latest: true
2724
- name: Get official govulncheck
2825
run: go install golang.org/x/vuln/cmd/govulncheck@latest
@@ -36,7 +33,7 @@ jobs:
3633
runs-on: ubuntu-latest
3734
strategy:
3835
matrix:
39-
go-version: [ 1.22.3 ]
36+
go-version: [ 1.22.4 ]
4037
os: [ ubuntu-latest ]
4138
steps:
4239
- name: Check out code

go.mod

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ require (
2121
github.com/minio/cli v1.24.2
2222
github.com/minio/highwayhash v1.0.2
2323
github.com/minio/kes v0.23.0
24-
github.com/minio/madmin-go/v3 v3.0.52
25-
github.com/minio/mc v0.0.0-20240524090849-a8fdcbe7cb2f
24+
github.com/minio/madmin-go/v3 v3.0.55-0.20240603092915-420a67132c32
25+
github.com/minio/mc v0.0.0-20240605181330-17adf0abbbca
2626
github.com/minio/minio-go/v7 v7.0.70
2727
github.com/minio/selfupdate v0.6.0
2828
github.com/minio/websocket v1.6.0
@@ -32,12 +32,12 @@ require (
3232
github.com/stretchr/testify v1.9.0
3333
github.com/tidwall/gjson v1.17.1
3434
github.com/unrolled/secure v1.14.0
35-
golang.org/x/crypto v0.23.0
36-
golang.org/x/net v0.25.0
37-
golang.org/x/oauth2 v0.20.0
35+
golang.org/x/crypto v0.24.0
36+
golang.org/x/net v0.26.0
37+
golang.org/x/oauth2 v0.21.0
3838
// Added to include security fix for
3939
// https://github.com/golang/go/issues/56152
40-
golang.org/x/text v0.15.0 // indirect
40+
golang.org/x/text v0.16.0 // indirect
4141
gopkg.in/yaml.v2 v2.4.0 // indirect
4242
)
4343

@@ -56,10 +56,10 @@ require (
5656
github.com/beorn7/perks v1.0.1 // indirect
5757
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5858
github.com/charmbracelet/bubbles v0.18.0 // indirect
59-
github.com/charmbracelet/bubbletea v0.26.3 // indirect
59+
github.com/charmbracelet/bubbletea v0.26.4 // indirect
6060
github.com/charmbracelet/lipgloss v0.11.0 // indirect
61-
github.com/charmbracelet/x/ansi v0.1.1 // indirect
62-
github.com/charmbracelet/x/input v0.1.1 // indirect
61+
github.com/charmbracelet/x/ansi v0.1.2 // indirect
62+
github.com/charmbracelet/x/input v0.1.2 // indirect
6363
github.com/charmbracelet/x/term v0.1.1 // indirect
6464
github.com/charmbracelet/x/windows v0.1.2 // indirect
6565
github.com/cheggaaa/pb v1.0.29 // indirect
@@ -99,7 +99,7 @@ require (
9999
github.com/mattn/go-localereader v0.0.1 // indirect
100100
github.com/mattn/go-runewidth v0.0.15 // indirect
101101
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
102-
github.com/minio/colorjson v1.0.7 // indirect
102+
github.com/minio/colorjson v1.0.8 // indirect
103103
github.com/minio/filepath v1.0.0 // indirect
104104
github.com/minio/kes-go v0.2.1 // indirect
105105
github.com/minio/md5-simd v1.1.2 // indirect
@@ -119,13 +119,13 @@ require (
119119
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
120120
github.com/prometheus/client_golang v1.19.1 // indirect
121121
github.com/prometheus/client_model v0.6.1 // indirect
122-
github.com/prometheus/common v0.53.0 // indirect
123-
github.com/prometheus/procfs v0.15.0 // indirect
122+
github.com/prometheus/common v0.54.0 // indirect
123+
github.com/prometheus/procfs v0.15.1 // indirect
124124
github.com/prometheus/prom2json v1.3.3 // indirect
125125
github.com/rivo/uniseg v0.4.7 // indirect
126126
github.com/rjeczalik/notify v0.9.3 // indirect
127127
github.com/safchain/ethtool v0.3.0 // indirect
128-
github.com/shirou/gopsutil/v3 v3.24.4 // indirect
128+
github.com/shirou/gopsutil/v3 v3.24.5 // indirect
129129
github.com/shoenig/go-m1cpu v0.1.6 // indirect
130130
github.com/tidwall/match v1.1.1 // indirect
131131
github.com/tidwall/pretty v1.2.1 // indirect
@@ -135,17 +135,17 @@ require (
135135
github.com/vbauerster/mpb/v8 v8.7.3 // indirect
136136
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
137137
github.com/yusufpapurcu/wmi v1.2.4 // indirect
138-
go.etcd.io/etcd/api/v3 v3.5.13 // indirect
139-
go.etcd.io/etcd/client/pkg/v3 v3.5.13 // indirect
140-
go.etcd.io/etcd/client/v3 v3.5.13 // indirect
138+
go.etcd.io/etcd/api/v3 v3.5.14 // indirect
139+
go.etcd.io/etcd/client/pkg/v3 v3.5.14 // indirect
140+
go.etcd.io/etcd/client/v3 v3.5.14 // indirect
141141
go.mongodb.org/mongo-driver v1.15.0 // indirect
142142
go.uber.org/multierr v1.11.0 // indirect
143143
go.uber.org/zap v1.27.0 // indirect
144144
golang.org/x/sync v0.7.0 // indirect
145-
golang.org/x/sys v0.20.0 // indirect
146-
golang.org/x/term v0.20.0 // indirect
147-
google.golang.org/genproto/googleapis/api v0.0.0-20240521202816-d264139d666e // indirect
148-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240521202816-d264139d666e // indirect
145+
golang.org/x/sys v0.21.0 // indirect
146+
golang.org/x/term v0.21.0 // indirect
147+
google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect
148+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 // indirect
149149
google.golang.org/grpc v1.64.0 // indirect
150150
google.golang.org/protobuf v1.34.1 // indirect
151151
gopkg.in/ini.v1 v1.67.0 // indirect

0 commit comments

Comments
 (0)