File tree 6 files changed +20
-20
lines changed
6 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -14,23 +14,23 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
env :
16
16
GO_VERSION : " stable"
17
- GOLANGCI_LINT_VERSION : v1.61.0
17
+ GOLANGCI_LINT_VERSION : v1.64.5
18
18
CGO_ENABLED : 0
19
19
20
20
steps :
21
21
22
22
- name : Set up Go ${{ env.GO_VERSION }}
23
- uses : actions/setup-go@v4
23
+ uses : actions/setup-go@v5
24
24
with :
25
25
go-version : ${{ env.GO_VERSION }}
26
26
27
27
- name : Check out code
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4
29
29
with :
30
30
fetch-depth : 0
31
31
32
32
- name : Cache Go modules
33
- uses : actions/cache@v3
33
+ uses : actions/cache@v4
34
34
with :
35
35
path : ~/go/pkg/mod
36
36
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 12
12
main :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
16
- - uses : actions/setup-go@v4
15
+ - uses : actions/checkout@v4
16
+ - uses : actions/setup-go@v5
17
17
with :
18
18
go-version : " stable"
19
19
- uses : actions/go-dependency-submission@v1
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
22
22
23
23
steps :
24
24
- name : Set up Go ${{ matrix.go-version }}
25
- uses : actions/setup-go@v4
25
+ uses : actions/setup-go@v5
26
26
with :
27
27
go-version : ${{ matrix.go-version }}
28
28
29
29
- name : Checkout code
30
- uses : actions/checkout@v3
30
+ uses : actions/checkout@v4
31
31
32
32
- name : Cache Go modules
33
- uses : actions/cache@v3
33
+ uses : actions/cache@v4
34
34
with :
35
35
# In order:
36
36
# * Module download cache
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
12
12
steps :
13
13
-
14
14
name : Checkout
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
with :
17
17
fetch-depth : 0
18
18
19
19
-
20
20
name : Set up Go
21
- uses : actions/setup-go@v4
21
+ uses : actions/setup-go@v5
22
22
with :
23
23
go-version : " stable"
24
24
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ go 1.22.0
4
4
5
5
toolchain go1.22.6
6
6
7
- require golang.org/x/tools v0.29 .0
7
+ require golang.org/x/tools v0.30 .0
8
8
9
9
require (
10
- golang.org/x/mod v0.22 .0 // indirect
11
- golang.org/x/sync v0.10 .0 // indirect
10
+ golang.org/x/mod v0.23 .0 // indirect
11
+ golang.org/x/sync v0.11 .0 // indirect
12
12
)
Original file line number Diff line number Diff line change 1
1
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
2
2
github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
3
- golang.org/x/mod v0.22 .0 h1:D4nJWe9zXqHOmWqj4VMOJhvzj7bEZg4wEYa759z1pH4 =
4
- golang.org/x/mod v0.22 .0 /go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY =
5
- golang.org/x/sync v0.10 .0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ =
6
- golang.org/x/sync v0.10 .0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
7
- golang.org/x/tools v0.29 .0 h1:Xx0h3TtM9rzQpQuR4dKLrdglAmCEN5Oi+P74JdhdzXE =
8
- golang.org/x/tools v0.29 .0 /go.mod h1:KMQVMRsVxU6nHCFXrBPhDB8XncLNLM0lIy/F14RP588 =
3
+ golang.org/x/mod v0.23 .0 h1:Zb7khfcRGKk+kqfxFaP5tZqCnDZMjC5VtUBs87Hr6QM =
4
+ golang.org/x/mod v0.23 .0 /go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY =
5
+ golang.org/x/sync v0.11 .0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w =
6
+ golang.org/x/sync v0.11 .0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
7
+ golang.org/x/tools v0.30 .0 h1:BgcpHewrV5AUp2G9MebG4XPFI1E2W41zU1SaqVA9vJY =
8
+ golang.org/x/tools v0.30 .0 /go.mod h1:c347cR/OJfw5TI+GfX7RUPNMdDRRbjvYTS0jPyvsVtY =
You can’t perform that action at this time.
0 commit comments