File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Check out code into the Go module directory
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
- name : Set up Go
20
20
uses : actions/setup-go@v5
21
21
with :
37
37
os : [ ubuntu-latest ]
38
38
steps :
39
39
- name : Check out code
40
- uses : actions/checkout@v3
40
+ uses : actions/checkout@v4
41
41
- name : Read .nvmrc
42
42
id : node_version
43
43
run : echo "$(cat .nvmrc)" && echo "NVMRC=$(cat .nvmrc)" >> $GITHUB_ENV
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ module github.com/minio/console
2
2
3
3
go 1.23
4
4
5
+ toolchain go1.23.6
6
+
5
7
require (
6
8
github.com/blang/semver/v4 v4.0.0
7
9
github.com/cheggaaa/pb/v3 v3.1.5
You can’t perform that action at this time.
0 commit comments